Html Css Color HEX #163772 Sapphire

📋 copy color: '#163772'

red 22 ◦ green 55 ◦ blue 114

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

Shades of Sapphire #163772

Tints of Sapphire #163772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 114 (44.92% from 255) = 59.69%

R = 11.52%
G = 28.8%
B = 59.69%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163772 (or 0x163772) is known color: Sapphire. HEX triplet: 16, 37 and 72. RGB value is (22,55,114). Sum of RGB (Red+Green+Blue) = 22+55+114=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #163772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163772 is #E9C88D. Grayscale: #333333. Windows color (decimal): -15321230 or 7485206. OLE color: 7485206.

HSL color Cylindrical-coordinate representation of color #163772: hue angle of 218.48º 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 #163772 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 55 114 -
CMYK 0.81 0.52 0 0.55
HSL 218.48º 0.68% 0.27% -
HSV(B) 218.48º 0.81% 0.45% -
XYZ 4.73 4.12 16.46 -
YUV 51.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 22 55 114 0.81 0.52 0 0.55 218.48 0.68 0.27
Hex 16 37 72 51 34 0 37 DA 44 1B
Octal 26 67 162 121 64 0 67 332 104 33
Binary 10110 110111 1110010 1010001 110100 0 110111 11011010 1000100 11011

Color Harmonies of #163772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163772

Black with #163772

Text Example


Text Example

White with #163772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163772; }

 p { color: rgb(22,55,114); }

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

background-color css

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

 a { background-color: rgb(22,55,114); }

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

border-color css

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

 span { border-color: rgb(22,55,114); }

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