#153942

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

Shades of Nordic #153942

Tints of Nordic #153942

Color information

#153942 (or 0x153942) is unknown color: approx Nordic. HEX triplet: 15, 39 and 42. RGB value is (21,57,66). Sum of RGB (Red+Green+Blue) = 21+57+66=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 66 - color contains mainly: blue. Hex color #153942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153942 is #EAC6BD. Grayscale: #2F2F2F. Windows color (decimal): -15386302 or 4339989. OLE color: 4339989.

HSL color Cylindrical-coordinate representation of color #153942: hue angle of 192º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153942 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB215766-
CMYK0.680.1400.74
HSL192º51.72%17.06%-
HSV(B)192º68.18%25.88%-
XYZ2.763.485.68-
YUV47.26138.57109.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 66 (26.17% from 255) = 45.83%
R=14.58%
G=39.58%
B=45.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2157660.680.1400.7419251.7217.06
Hex15394244E04Ac03411
Octal25711021041601123006421
Binary10101111001100001010001001110010010101100000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153942; }

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

 H1.HeaderClassName
 {
   color: #153942;
 }
 .AnyTagClassName
 {
   color: #153942;
 }
</style>
background-color css

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

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

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

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

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

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