#163942

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

Shades of Nordic #163942

Tints of Nordic #163942

Color information

#163942 (or 0x163942) is unknown color: approx Nordic. HEX triplet: 16, 39 and 42. RGB value is (22,57,66). Sum of RGB (Red+Green+Blue) = 22+57+66=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #163942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163942 is #E9C6BD. Grayscale: #2F2F2F. Windows color (decimal): -15320766 or 4339990. OLE color: 4339990.

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

Color convert

RGB225766-
CMYK0.670.1400.74
HSL192.27º50%17.25%-
HSV(B)192.27º66.67%25.88%-
XYZ2.783.495.68-
YUV47.56138.4109.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=15.17%
G=39.31%
B=45.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2257660.670.1400.74192.275017.25
Hex16394243E04Ac03211
Octal26711021031601123006221
Binary10110111001100001010000111110010010101100000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163942; }

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

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

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

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

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

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

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

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