Html Css Color HEX #153739 Nordic

📋 copy color: '#153739'

red 21 ◦ green 55 ◦ blue 57

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

Shades of Nordic #153739

Tints of Nordic #153739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

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

R = 15.79%
G = 41.35%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153739 (or 0x153739) is known color: Nordic. HEX triplet: 15, 37 and 39. RGB value is (21,55,57). Sum of RGB (Red+Green+Blue) = 21+55+57=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #153739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153739 is #EAC8C6. Grayscale: #2D2D2D. Windows color (decimal): -15386823 or 3749653. OLE color: 3749653.

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

Color convert

RGB 21 55 57 -
CMYK 0.63 0.04 0 0.78
HSL 183.33º 0.46% 0.15% -
HSV(B) 183.33º 0.63% 0.22% -
XYZ 2.41 3.19 4.36 -
YUV 45.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 21 55 57 0.63 0.04 0 0.78 183.33 0.46 0.15
Hex 15 37 39 3F 4 0 4E B7 2E F
Octal 25 67 71 77 4 0 116 267 56 17
Binary 10101 110111 111001 111111 100 0 1001110 10110111 101110 1111

Color Harmonies of #153739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153739

Black with #153739

Text Example


Text Example

White with #153739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153739; }

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

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

background-color css

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

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

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

border-color css

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

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

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