Html Css Color HEX #153537 Nordic

📋 copy color: '#153537'

red 21 ◦ green 53 ◦ blue 55

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

Shades of Nordic #153537

Tints of Nordic #153537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

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

R = 16.28%
G = 41.09%
B = 42.64%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153537 (or 0x153537) is known color: Nordic. HEX triplet: 15, 35 and 37. RGB value is (21,53,55). Sum of RGB (Red+Green+Blue) = 21+53+55=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #153537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153537 is #EACAC8. Grayscale: #2B2B2B. Windows color (decimal): -15387337 or 3618069. OLE color: 3618069.

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

Color convert

RGB 21 53 55 -
CMYK 0.62 0.04 0 0.78
HSL 183.53º 0.45% 0.15% -
HSV(B) 183.53º 0.62% 0.22% -
XYZ 2.27 2.98 4.07 -
YUV 43.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 21 53 55 0.62 0.04 0 0.78 183.53 0.45 0.15
Hex 15 35 37 3E 4 0 4E B8 2D F
Octal 25 65 67 76 4 0 116 270 55 17
Binary 10101 110101 110111 111110 100 0 1001110 10111000 101101 1111

Color Harmonies of #153537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153537

Black with #153537

Text Example


Text Example

White with #153537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153537; }

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

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

background-color css

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

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

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

border-color css

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

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

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