Html Css Color HEX #163B42 Nordic

📋 copy color: '#163B42'

red 22 ◦ green 59 ◦ blue 66

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

Shades of Nordic #163B42

Tints of Nordic #163B42

RGB

 RED value IS 22 (8.98% from 255) = 14.97%

 GREEN value IS 59 (23.44% from 255) = 40.14%

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 14.97%
G = 40.14%
B = 44.9%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#163B42 (or 0x163B42) is known color: Nordic. HEX triplet: 16, 3B and 42. RGB value is (22,59,66). Sum of RGB (Red+Green+Blue) = 22+59+66=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #163B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B42 is #E9C4BD. Grayscale: #303030. Windows color (decimal): -15320254 or 4340502. OLE color: 4340502.

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

Color convert

RGB 22 59 66 -
CMYK 0.67 0.11 0 0.74
HSL 189.55º 0.5% 0.17% -
HSV(B) 189.55º 0.67% 0.26% -
XYZ 2.88 3.69 5.72 -
YUV 48.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 22 59 66 0.67 0.11 0 0.74 189.55 0.5 0.17
Hex 16 3B 42 43 B 0 4A BE 32 11
Octal 26 73 102 103 13 0 112 276 62 21
Binary 10110 111011 1000010 1000011 1011 0 1001010 10111110 110010 10001

Color Harmonies of #163B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B42

Black with #163B42

Text Example


Text Example

White with #163B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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