#163D42

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

Shades of Nordic #163D42

Tints of Nordic #163D42

Color information

#163D42 (or 0x163D42) is unknown color: approx Nordic. HEX triplet: 16, 3D and 42. RGB value is (22,61,66). Sum of RGB (Red+Green+Blue) = 22+61+66=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #163D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D42 is #E9C2BD. Grayscale: #313131. Windows color (decimal): -15319742 or 4341014. OLE color: 4341014.

HSL color Cylindrical-coordinate representation of color #163D42: hue angle of 186.82º 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 #163D42 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB226166-
CMYK0.670.0800.74
HSL186.82º50%17.25%-
HSV(B)186.82º66.67%25.88%-
XYZ2.983.95.75-
YUV49.91137.08108.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=14.77%
G=40.94%
B=44.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2261660.670.0800.74186.825017.25
Hex163D4243804Abb3211
Octal26751021031001122736221
Binary10110111101100001010000111000010010101011101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163D42; }

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

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

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

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

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

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

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

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