Html Css Color HEX #153139 Nordic

📋 copy color: '#153139'

red 21 ◦ green 49 ◦ blue 57

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

Shades of Nordic #153139

Tints of Nordic #153139

RGB

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

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

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

R = 16.54%
G = 38.58%
B = 44.88%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153139 (or 0x153139) is known color: Nordic. HEX triplet: 15, 31 and 39. RGB value is (21,49,57). Sum of RGB (Red+Green+Blue) = 21+49+57=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #153139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153139 is #EACEC6. Grayscale: #292929. Windows color (decimal): -15388359 or 3748117. OLE color: 3748117.

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

Color convert

RGB 21 49 57 -
CMYK 0.63 0.14 0 0.78
HSL 193.33º 0.46% 0.15% -
HSV(B) 193.33º 0.63% 0.22% -
XYZ 2.15 2.65 4.27 -
YUV 41.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 21 49 57 0.63 0.14 0 0.78 193.33 0.46 0.15
Hex 15 31 39 3F E 0 4E C1 2E F
Octal 25 61 71 77 16 0 116 301 56 17
Binary 10101 110001 111001 111111 1110 0 1001110 11000001 101110 1111

Color Harmonies of #153139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153139

Black with #153139

Text Example


Text Example

White with #153139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153139; }

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

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

background-color css

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

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

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

border-color css

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

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

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