Html Css Color HEX #163B44 Nordic

📋 copy color: '#163B44'

red 22 ◦ green 59 ◦ blue 68

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

Shades of Nordic #163B44

Tints of Nordic #163B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

 BLUE value IS 68 (26.95% from 255) = 45.64%

R = 14.77%
G = 39.6%
B = 45.64%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#163B44 (or 0x163B44) is known color: Nordic. HEX triplet: 16, 3B and 44. RGB value is (22,59,68). Sum of RGB (Red+Green+Blue) = 22+59+68=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #163B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B44 is #E9C4BB. Grayscale: #303030. Windows color (decimal): -15320252 or 4471574. OLE color: 4471574.

HSL color Cylindrical-coordinate representation of color #163B44: hue angle of 191.74º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #163B44 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 59 68 -
CMYK 0.68 0.13 0 0.73
HSL 191.74º 0.51% 0.18% -
HSV(B) 191.74º 0.68% 0.27% -
XYZ 2.94 3.72 6.03 -
YUV 48.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 22 59 68 0.68 0.13 0 0.73 191.74 0.51 0.18
Hex 16 3B 44 44 D 0 49 C0 33 12
Octal 26 73 104 104 15 0 111 300 63 22
Binary 10110 111011 1000100 1000100 1101 0 1001001 11000000 110011 10010

Color Harmonies of #163B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B44

Black with #163B44

Text Example


Text Example

White with #163B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163B44; }

 p { color: rgb(22,59,68); }

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

background-color css

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

 a { background-color: rgb(22,59,68); }

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

border-color css

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

 span { border-color: rgb(22,59,68); }

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