Html Css Color HEX #153136 Nordic

📋 copy color: '#153136'

red 21 ◦ green 49 ◦ blue 54

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

Shades of Nordic #153136

Tints of Nordic #153136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

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

R = 16.94%
G = 39.52%
B = 43.55%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153136 (or 0x153136) is known color: Nordic. HEX triplet: 15, 31 and 36. RGB value is (21,49,54). Sum of RGB (Red+Green+Blue) = 21+49+54=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #153136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153136 is #EACEC9. Grayscale: #292929. Windows color (decimal): -15388362 or 3551509. OLE color: 3551509.

HSL color Cylindrical-coordinate representation of color #153136: hue angle of 189.09º 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 #153136 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 49 54 -
CMYK 0.61 0.09 0 0.79
HSL 189.09º 0.44% 0.15% -
HSV(B) 189.09º 0.61% 0.21% -
XYZ 2.07 2.62 3.89 -
YUV 41.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 21 49 54 0.61 0.09 0 0.79 189.09 0.44 0.15
Hex 15 31 36 3D 9 0 4F BD 2C F
Octal 25 61 66 75 11 0 117 275 54 17
Binary 10101 110001 110110 111101 1001 0 1001111 10111101 101100 1111

Color Harmonies of #153136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153136

Black with #153136

Text Example


Text Example

White with #153136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153136; }

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

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

background-color css

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

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

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

border-color css

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

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

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