Html Css Color HEX #163840 Nordic

📋 copy color: '#163840'

red 22 ◦ green 56 ◦ blue 64

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

Shades of Nordic #163840

Tints of Nordic #163840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 45.07%

R = 15.49%
G = 39.44%
B = 45.07%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163840 (or 0x163840) is known color: Nordic. HEX triplet: 16, 38 and 40. RGB value is (22,56,64). Sum of RGB (Red+Green+Blue) = 22+56+64=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #163840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163840 is #E9C7BF. Grayscale: #2E2E2E. Windows color (decimal): -15321024 or 4208662. OLE color: 4208662.

HSL color Cylindrical-coordinate representation of color #163840: hue angle of 191.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163840 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 56 64 -
CMYK 0.66 0.13 0 0.75
HSL 191.43º 0.49% 0.17% -
HSV(B) 191.43º 0.66% 0.25% -
XYZ 2.67 3.37 5.36 -
YUV 46.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 22 56 64 0.66 0.13 0 0.75 191.43 0.49 0.17
Hex 16 38 40 42 D 0 4B BF 31 11
Octal 26 70 100 102 15 0 113 277 61 21
Binary 10110 111000 1000000 1000010 1101 0 1001011 10111111 110001 10001

Color Harmonies of #163840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163840

Black with #163840

Text Example


Text Example

White with #163840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163840; }

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

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

background-color css

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

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

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

border-color css

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

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

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