Html Css Color HEX #153037 Nordic

📋 copy color: '#153037'

red 21 ◦ green 48 ◦ blue 55

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

Shades of Nordic #153037

Tints of Nordic #153037

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

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 21 48 55 -
CMYK 0.62 0.13 0 0.78
HSL 192.35º 0.45% 0.15% -
HSV(B) 192.35º 0.62% 0.22% -
XYZ 2.06 2.55 4 -
YUV 40.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 21 48 55 0.62 0.13 0 0.78 192.35 0.45 0.15
Hex 15 30 37 3E D 0 4E C0 2D F
Octal 25 60 67 76 15 0 116 300 55 17
Binary 10101 110000 110111 111110 1101 0 1001110 11000000 101101 1111

Color Harmonies of #153037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153037

Black with #153037

Text Example


Text Example

White with #153037

Text Example


Text Example

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