Html Css Color HEX #163842 Nordic

📋 copy color: '#163842'

red 22 ◦ green 56 ◦ blue 66

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

Shades of Nordic #163842

Tints of Nordic #163842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

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

R = 15.28%
G = 38.89%
B = 45.83%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#163842 (or 0x163842) is known color: Nordic. HEX triplet: 16, 38 and 42. RGB value is (22,56,66). Sum of RGB (Red+Green+Blue) = 22+56+66=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 66 - color contains mainly: blue. Hex color #163842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163842 is #E9C7BD. Grayscale: #2E2E2E. Windows color (decimal): -15321022 or 4339734. OLE color: 4339734.

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

Color convert

RGB 22 56 66 -
CMYK 0.67 0.15 0 0.74
HSL 193.64º 0.5% 0.17% -
HSV(B) 193.64º 0.67% 0.26% -
XYZ 2.73 3.39 5.67 -
YUV 46.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 22 56 66 0.67 0.15 0 0.74 193.64 0.5 0.17
Hex 16 38 42 43 F 0 4A C2 32 11
Octal 26 70 102 103 17 0 112 302 62 21
Binary 10110 111000 1000010 1000011 1111 0 1001010 11000010 110010 10001

Color Harmonies of #163842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163842

Black with #163842

Text Example


Text Example

White with #163842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163842; }

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

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

background-color css

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

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

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

border-color css

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

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

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