Html Css Color HEX #163A42 Nordic

📋 copy color: '#163A42'

red 22 ◦ green 58 ◦ blue 66

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

Shades of Nordic #163A42

Tints of Nordic #163A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

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

R = 15.07%
G = 39.73%
B = 45.21%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#163A42 (or 0x163A42) is known color: Nordic. HEX triplet: 16, 3A and 42. RGB value is (22,58,66). Sum of RGB (Red+Green+Blue) = 22+58+66=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #163A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A42 is #E9C5BD. Grayscale: #303030. Windows color (decimal): -15320510 or 4340246. OLE color: 4340246.

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

Color convert

RGB 22 58 66 -
CMYK 0.67 0.12 0 0.74
HSL 190.91º 0.5% 0.17% -
HSV(B) 190.91º 0.67% 0.26% -
XYZ 2.83 3.59 5.7 -
YUV 48.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 22 58 66 0.67 0.12 0 0.74 190.91 0.5 0.17
Hex 16 3A 42 43 C 0 4A BF 32 11
Octal 26 72 102 103 14 0 112 277 62 21
Binary 10110 111010 1000010 1000011 1100 0 1001010 10111111 110010 10001

Color Harmonies of #163A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A42

Black with #163A42

Text Example


Text Example

White with #163A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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