Html Css Color HEX #153639 Nordic

📋 copy color: '#153639'

red 21 ◦ green 54 ◦ blue 57

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

Shades of Nordic #153639

Tints of Nordic #153639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

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

R = 15.91%
G = 40.91%
B = 43.18%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153639 (or 0x153639) is known color: Nordic. HEX triplet: 15, 36 and 39. RGB value is (21,54,57). Sum of RGB (Red+Green+Blue) = 21+54+57=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #153639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153639 is #EAC9C6. Grayscale: #2C2C2C. Windows color (decimal): -15387079 or 3749397. OLE color: 3749397.

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

Color convert

RGB 21 54 57 -
CMYK 0.63 0.05 0 0.78
HSL 185º 0.46% 0.15% -
HSV(B) 185º 0.63% 0.22% -
XYZ 2.37 3.09 4.34 -
YUV 44.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 21 54 57 0.63 0.05 0 0.78 185 0.46 0.15
Hex 15 36 39 3F 5 0 4E B9 2E F
Octal 25 66 71 77 5 0 116 271 56 17
Binary 10101 110110 111001 111111 101 0 1001110 10111001 101110 1111

Color Harmonies of #153639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153639

Black with #153639

Text Example


Text Example

White with #153639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153639; }

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

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

background-color css

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

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

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

border-color css

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

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

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