Html Css Color HEX #153237 Nordic

📋 copy color: '#153237'

red 21 ◦ green 50 ◦ blue 55

#153237
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #153237

Tints of Nordic #153237

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 value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153237 (or 0x153237) is known color: 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

RGB 21 50 55 -
CMYK 0.62 0.09 0 0.78
HSL 188.82º 0.45% 0.15% -
HSV(B) 188.82º 0.62% 0.22% -
XYZ 2.14 2.72 4.03 -
YUV 41.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 21 50 55 0.62 0.09 0 0.78 188.82 0.45 0.15
Hex 15 32 37 3E 9 0 4E BD 2D F
Octal 25 62 67 76 11 0 116 275 55 17
Binary 10101 110010 110111 111110 1001 0 1001110 10111101 101101 1111

Color Harmonies of #153237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153237

Black with #153237

Text Example


Text Example

White with #153237

Text Example


Text Example

HTML Codes & Css Web 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>