Html Css Color HEX #163940 Nordic

📋 copy color: '#163940'

red 22 ◦ green 57 ◦ blue 64

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

Shades of Nordic #163940

Tints of Nordic #163940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.86%

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

R = 15.38%
G = 39.86%
B = 44.76%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163940 (or 0x163940) is known color: Nordic. HEX triplet: 16, 39 and 40. RGB value is (22,57,64). Sum of RGB (Red+Green+Blue) = 22+57+64=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #163940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163940 is #E9C6BF. Grayscale: #2F2F2F. Windows color (decimal): -15320768 or 4208918. OLE color: 4208918.

HSL color Cylindrical-coordinate representation of color #163940: hue angle of 190º 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 #163940 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 57 64 -
CMYK 0.66 0.11 0 0.75
HSL 190º 0.49% 0.17% -
HSV(B) 190º 0.66% 0.25% -
XYZ 2.72 3.47 5.38 -
YUV 47.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 22 57 64 0.66 0.11 0 0.75 190 0.49 0.17
Hex 16 39 40 42 B 0 4B BE 31 11
Octal 26 71 100 102 13 0 113 276 61 21
Binary 10110 111001 1000000 1000010 1011 0 1001011 10111110 110001 10001

Color Harmonies of #163940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163940

Black with #163940

Text Example


Text Example

White with #163940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163940; }

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

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

background-color css

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

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

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

border-color css

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

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

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