#153739

Color #153739 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #153739

Tints of Nordic #153739

Color information

#153739 (or 0x153739) is unknown color: approx Nordic. HEX triplet: 15, 37 and 39. RGB value is (21,55,57). Sum of RGB (Red+Green+Blue) = 21+55+57=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #153739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153739 is #EAC8C6. Grayscale: #2D2D2D. Windows color (decimal): -15386823 or 3749653. OLE color: 3749653.

HSL color Cylindrical-coordinate representation of color #153739: hue angle of 183.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153739 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215557-
CMYK0.630.0400.78
HSL183.33º46.15%15.29%-
HSV(B)183.33º63.16%22.35%-
XYZ2.413.194.36-
YUV45.06134.74110.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=15.79%
G=41.35%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155570.630.0400.78183.3346.1515.29
Hex1537393F404Eb72ef
Octal25677177401162675617
Binary1010111011111100111111110001001110101101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153739; }

 p { color: rgb(21,55,57); }

 H1.HeaderClassName
 {
   color: #153739;
 }
 .AnyTagClassName
 {
   color: #153739;
 }
</style>
background-color css

<style>
 a { background-color: #153739; }

 a { background-color: rgb(21,55,57); }

 div.DivClassName
 {
   background-color: #153739;
 }
 .BgClassName
 {
   background-color: #153739;
 }
</style>
border-color css

<style>
 span { border-color: #153739; }

 span { border-color: rgb(21,55,57); }

 td.TdClassName
 {
   border-color: #153739;
 }
 .TagClassName
 {
   border-color: #153739;
 }
</style>