#153237

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

Shades of Nordic #153237

Tints of Nordic #153237

Color information

#153237 (or 0x153237) is unknown color: approx Nordic. HEX triplet: 15, 32 and 37. RGB value is (21,50,55). Sum of RGB (Red+Green+Blue) = 21+50+55=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #153237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153237 is #EACDC8. Grayscale: #292929. Windows color (decimal): -15388105 or 3617301. OLE color: 3617301.

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

Color convert

RGB215055-
CMYK0.620.0900.78
HSL188.82º44.74%14.9%-
HSV(B)188.82º61.82%21.57%-
XYZ2.142.724.03-
YUV41.9135.39113.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=16.67%
G=39.68%
B=43.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2150550.620.0900.78188.8244.7414.9
Hex1532373E904Ebd2df
Octal256267761101162755517
Binary10101110010110111111110100101001110101111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153237; }

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

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

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

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

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

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

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

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