#153037

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

Shades of Nordic #153037

Tints of Nordic #153037

Color information

#153037 (or 0x153037) is unknown color: approx Nordic. HEX triplet: 15, 30 and 37. RGB value is (21,48,55). Sum of RGB (Red+Green+Blue) = 21+48+55=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #153037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153037 is #EACFC8. Grayscale: #282828. Windows color (decimal): -15388617 or 3616789. OLE color: 3616789.

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

Color convert

RGB214855-
CMYK0.620.1300.78
HSL192.35º44.74%14.9%-
HSV(B)192.35º61.82%21.57%-
XYZ2.062.554-
YUV40.72136.05113.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=16.94%
G=38.71%
B=44.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2148550.620.1300.78192.3544.7414.9
Hex1530373ED04Ec02df
Octal256067761501163005517
Binary10101110000110111111110110101001110110000001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153037; }

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

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

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

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

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

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

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

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