Html Css Color HEX #163841 Nordic

📋 copy color: '#163841'

red 22 ◦ green 56 ◦ blue 65

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

Shades of Nordic #163841

Tints of Nordic #163841

RGB

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

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

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

R = 15.38%
G = 39.16%
B = 45.45%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163841 (or 0x163841) is known color: Nordic. HEX triplet: 16, 38 and 41. RGB value is (22,56,65). Sum of RGB (Red+Green+Blue) = 22+56+65=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #163841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163841 is #E9C7BE. Grayscale: #2E2E2E. Windows color (decimal): -15321023 or 4274198. OLE color: 4274198.

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

Color convert

RGB 22 56 65 -
CMYK 0.66 0.14 0 0.75
HSL 192.56º 0.49% 0.17% -
HSV(B) 192.56º 0.66% 0.25% -
XYZ 2.7 3.38 5.51 -
YUV 46.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 22 56 65 0.66 0.14 0 0.75 192.56 0.49 0.17
Hex 16 38 41 42 E 0 4B C1 31 11
Octal 26 70 101 102 16 0 113 301 61 21
Binary 10110 111000 1000001 1000010 1110 0 1001011 11000001 110001 10001

Color Harmonies of #163841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163841

Black with #163841

Text Example


Text Example

White with #163841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163841; }

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

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

background-color css

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

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

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

border-color css

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

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

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