Html Css Color HEX #153337 Nordic

📋 copy color: '#153337'

red 21 ◦ green 51 ◦ blue 55

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

Shades of Nordic #153337

Tints of Nordic #153337

RGB

 RED value IS 21 (8.59% from 255) = 16.54%

 GREEN value IS 51 (20.31% from 255) = 40.16%

 BLUE value IS 55 (21.88% from 255) = 43.31%

R = 16.54%
G = 40.16%
B = 43.31%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153337 (or 0x153337) is known color: Nordic. HEX triplet: 15, 33 and 37. RGB value is (21,51,55). Sum of RGB (Red+Green+Blue) = 21+51+55=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #153337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153337 is #EACCC8. Grayscale: #2A2A2A. Windows color (decimal): -15387849 or 3617557. OLE color: 3617557.

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

Color convert

RGB 21 51 55 -
CMYK 0.62 0.07 0 0.78
HSL 187.06º 0.45% 0.15% -
HSV(B) 187.06º 0.62% 0.22% -
XYZ 2.18 2.8 4.04 -
YUV 42.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 21 51 55 0.62 0.07 0 0.78 187.06 0.45 0.15
Hex 15 33 37 3E 7 0 4E BB 2D F
Octal 25 63 67 76 7 0 116 273 55 17
Binary 10101 110011 110111 111110 111 0 1001110 10111011 101101 1111

Color Harmonies of #153337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153337

Black with #153337

Text Example


Text Example

White with #153337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153337; }

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

 H1.HeaderClassName
 {
   color: #153337;
 }
 .AnyTagClassName
 {
   color: #153337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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