Html Css Color HEX #163D42 Nordic

📋 copy color: '#163D42'

red 22 ◦ green 61 ◦ blue 66

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

Shades of Nordic #163D42

Tints of Nordic #163D42

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.3%

R = 14.77%
G = 40.94%
B = 44.3%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#163D42 (or 0x163D42) is known color: 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

RGB 22 61 66 -
CMYK 0.67 0.08 0 0.74
HSL 186.82º 0.5% 0.17% -
HSV(B) 186.82º 0.67% 0.26% -
XYZ 2.98 3.9 5.75 -
YUV 49.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 22 61 66 0.67 0.08 0 0.74 186.82 0.5 0.17
Hex 16 3D 42 43 8 0 4A BB 32 11
Octal 26 75 102 103 10 0 112 273 62 21
Binary 10110 111101 1000010 1000011 1000 0 1001010 10111011 110010 10001

Color Harmonies of #163D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D42

Black with #163D42

Text Example


Text Example

White with #163D42

Text Example


Text Example

HTML Codes & Css Web 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>