#153C40

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

Shades of Nordic #153C40

Tints of Nordic #153C40

Color information

#153C40 (or 0x153C40) is unknown color: approx Nordic. HEX triplet: 15, 3C and 40. RGB value is (21,60,64). Sum of RGB (Red+Green+Blue) = 21+60+64=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #153C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C40 is #EAC3BF. Grayscale: #303030. Windows color (decimal): -15385536 or 4209685. OLE color: 4209685.

HSL color Cylindrical-coordinate representation of color #153C40: hue angle of 185.58º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153C40 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB216064-
CMYK0.670.0600.75
HSL185.58º50.59%16.67%-
HSV(B)185.58º67.19%25.1%-
XYZ2.853.765.43-
YUV48.79136.58108.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=14.48%
G=41.38%
B=44.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2160640.670.0600.75185.5850.5916.67
Hex153C4043604Bba3311
Octal2574100103601132726321
Binary1010111110010000001000011110010010111011101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C40; }

 p { color: rgb(21,60,64); }

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

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

 a { background-color: rgb(21,60,64); }

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

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

 span { border-color: rgb(21,60,64); }

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