Html Css Color HEX #153539 Nordic

📋 copy color: '#153539'

red 21 ◦ green 53 ◦ blue 57

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

Shades of Nordic #153539

Tints of Nordic #153539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.51%

R = 16.03%
G = 40.46%
B = 43.51%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153539 (or 0x153539) is known color: Nordic. HEX triplet: 15, 35 and 39. RGB value is (21,53,57). Sum of RGB (Red+Green+Blue) = 21+53+57=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #153539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153539 is #EACAC6. Grayscale: #2B2B2B. Windows color (decimal): -15387335 or 3749141. OLE color: 3749141.

HSL color Cylindrical-coordinate representation of color #153539: hue angle of 186.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153539 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 53 57 -
CMYK 0.63 0.07 0 0.78
HSL 186.67º 0.46% 0.15% -
HSV(B) 186.67º 0.63% 0.22% -
XYZ 2.32 3 4.33 -
YUV 43.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 21 53 57 0.63 0.07 0 0.78 186.67 0.46 0.15
Hex 15 35 39 3F 7 0 4E BB 2E F
Octal 25 65 71 77 7 0 116 273 56 17
Binary 10101 110101 111001 111111 111 0 1001110 10111011 101110 1111

Color Harmonies of #153539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153539

Black with #153539

Text Example


Text Example

White with #153539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153539; }

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

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

background-color css

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

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

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

border-color css

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

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

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