Html Css Color HEX #163373 Sapphire

📋 copy color: '#163373'

red 22 ◦ green 51 ◦ blue 115

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

Shades of Sapphire #163373

Tints of Sapphire #163373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 11.7%
G = 27.13%
B = 61.17%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163373 (or 0x163373) is known color: Sapphire. HEX triplet: 16, 33 and 73. RGB value is (22,51,115). Sum of RGB (Red+Green+Blue) = 22+51+115=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #163373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163373 is #E9CC8C. Grayscale: #313131. Windows color (decimal): -15322253 or 7549718. OLE color: 7549718.

HSL color Cylindrical-coordinate representation of color #163373: hue angle of 221.29º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163373 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 51 115 -
CMYK 0.81 0.56 0 0.55
HSL 221.29º 0.68% 0.27% -
HSV(B) 221.29º 0.81% 0.45% -
XYZ 4.61 3.78 16.71 -
YUV 49.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 22 51 115 0.81 0.56 0 0.55 221.29 0.68 0.27
Hex 16 33 73 51 38 0 37 DD 44 1B
Octal 26 63 163 121 70 0 67 335 104 33
Binary 10110 110011 1110011 1010001 111000 0 110111 11011101 1000100 11011

Color Harmonies of #163373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163373

Black with #163373

Text Example


Text Example

White with #163373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163373; }

 p { color: rgb(22,51,115); }

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

background-color css

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

 a { background-color: rgb(22,51,115); }

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

border-color css

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

 span { border-color: rgb(22,51,115); }

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