#153239

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

Shades of Nordic #153239

Tints of Nordic #153239

Color information

#153239 (or 0x153239) is unknown color: approx Nordic. HEX triplet: 15, 32 and 39. RGB value is (21,50,57). Sum of RGB (Red+Green+Blue) = 21+50+57=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #153239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153239 is #EACDC6. Grayscale: #2A2A2A. Windows color (decimal): -15388103 or 3748373. OLE color: 3748373.

HSL color Cylindrical-coordinate representation of color #153239: hue angle of 191.67º 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 #153239 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215057-
CMYK0.630.1200.78
HSL191.67º46.15%15.29%-
HSV(B)191.67º63.16%22.35%-
XYZ2.192.744.28-
YUV42.13136.39112.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=16.41%
G=39.06%
B=44.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2150570.630.1200.78191.6746.1515.29
Hex1532393FC04Ec02ef
Octal256271771401163005617
Binary10101110010111001111111110001001110110000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153239; }

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

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

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

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

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

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

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

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