Html Css Color HEX #153137 Nordic

📋 copy color: '#153137'

red 21 ◦ green 49 ◦ blue 55

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

Shades of Nordic #153137

Tints of Nordic #153137

RGB

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

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

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

R = 16.8%
G = 39.2%
B = 44%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153137 (or 0x153137) is known color: Nordic. HEX triplet: 15, 31 and 37. RGB value is (21,49,55). Sum of RGB (Red+Green+Blue) = 21+49+55=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #153137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153137 is #EACEC8. Grayscale: #292929. Windows color (decimal): -15388361 or 3617045. OLE color: 3617045.

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

Color convert

RGB 21 49 55 -
CMYK 0.62 0.11 0 0.78
HSL 190.59º 0.45% 0.15% -
HSV(B) 190.59º 0.62% 0.22% -
XYZ 2.1 2.63 4.01 -
YUV 41.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 21 49 55 0.62 0.11 0 0.78 190.59 0.45 0.15
Hex 15 31 37 3E B 0 4E BF 2D F
Octal 25 61 67 76 13 0 116 277 55 17
Binary 10101 110001 110111 111110 1011 0 1001110 10111111 101101 1111

Color Harmonies of #153137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153137

Black with #153137

Text Example


Text Example

White with #153137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153137; }

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

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

background-color css

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

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

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

border-color css

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

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

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