Html Css Color HEX #163172 Sapphire

📋 copy color: '#163172'

red 22 ◦ green 49 ◦ blue 114

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

Shades of Sapphire #163172

Tints of Sapphire #163172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 11.89%
G = 26.49%
B = 61.62%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163172 (or 0x163172) is known color: Sapphire. HEX triplet: 16, 31 and 72. RGB value is (22,49,114). Sum of RGB (Red+Green+Blue) = 22+49+114=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #163172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163172 is #E9CE8D. Grayscale: #303030. Windows color (decimal): -15322766 or 7483670. OLE color: 7483670.

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

Color convert

RGB 22 49 114 -
CMYK 0.81 0.57 0 0.55
HSL 222.39º 0.68% 0.27% -
HSV(B) 222.39º 0.81% 0.45% -
XYZ 4.47 3.58 16.38 -
YUV 48.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 22 49 114 0.81 0.57 0 0.55 222.39 0.68 0.27
Hex 16 31 72 51 39 0 37 DE 44 1B
Octal 26 61 162 121 71 0 67 336 104 33
Binary 10110 110001 1110010 1010001 111001 0 110111 11011110 1000100 11011

Color Harmonies of #163172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163172

Black with #163172

Text Example


Text Example

White with #163172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163172; }

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

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

background-color css

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

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

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

border-color css

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

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

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