#153139

Color #153139 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #153139

Tints of Nordic #153139

Color information

#153139 (or 0x153139) is unknown color: approx 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

RGB214957-
CMYK0.630.1400.78
HSL193.33º46.15%15.29%-
HSV(B)193.33º63.16%22.35%-
XYZ2.152.654.27-
YUV41.54136.72113.35-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2149570.630.1400.78193.3346.1515.29
Hex1531393FE04Ec12ef
Octal256171771601163015617
Binary10101110001111001111111111001001110110000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>