Html Css Color HEX #163941 Nordic

📋 copy color: '#163941'

red 22 ◦ green 57 ◦ blue 65

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

Shades of Nordic #163941

Tints of Nordic #163941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 15.28%
G = 39.58%
B = 45.14%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163941 (or 0x163941) is known color: Nordic. HEX triplet: 16, 39 and 41. RGB value is (22,57,65). Sum of RGB (Red+Green+Blue) = 22+57+65=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #163941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163941 is #E9C6BE. Grayscale: #2F2F2F. Windows color (decimal): -15320767 or 4274454. OLE color: 4274454.

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

Color convert

RGB 22 57 65 -
CMYK 0.66 0.12 0 0.75
HSL 191.16º 0.49% 0.17% -
HSV(B) 191.16º 0.66% 0.25% -
XYZ 2.75 3.48 5.53 -
YUV 47.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 22 57 65 0.66 0.12 0 0.75 191.16 0.49 0.17
Hex 16 39 41 42 C 0 4B BF 31 11
Octal 26 71 101 102 14 0 113 277 61 21
Binary 10110 111001 1000001 1000010 1100 0 1001011 10111111 110001 10001

Color Harmonies of #163941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163941

Black with #163941

Text Example


Text Example

White with #163941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163941; }

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

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

background-color css

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

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

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

border-color css

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

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

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