Html Css Color HEX #153336 Nordic

📋 copy color: '#153336'

red 21 ◦ green 51 ◦ blue 54

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

Shades of Nordic #153336

Tints of Nordic #153336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.86%

R = 16.67%
G = 40.48%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153336 (or 0x153336) is known color: Nordic. HEX triplet: 15, 33 and 36. RGB value is (21,51,54). Sum of RGB (Red+Green+Blue) = 21+51+54=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #153336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153336 is #EACCC9. Grayscale: #2A2A2A. Windows color (decimal): -15387850 or 3552021. OLE color: 3552021.

HSL color Cylindrical-coordinate representation of color #153336: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153336 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 51 54 -
CMYK 0.61 0.06 0 0.79
HSL 185.45º 0.44% 0.15% -
HSV(B) 185.45º 0.61% 0.21% -
XYZ 2.16 2.79 3.92 -
YUV 42.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 21 51 54 0.61 0.06 0 0.79 185.45 0.44 0.15
Hex 15 33 36 3D 6 0 4F B9 2C F
Octal 25 63 66 75 6 0 117 271 54 17
Binary 10101 110011 110110 111101 110 0 1001111 10111001 101100 1111

Color Harmonies of #153336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153336

Black with #153336

Text Example


Text Example

White with #153336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153336; }

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

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

background-color css

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

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

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

border-color css

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

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

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