Html Css Color HEX #163572 Sapphire

📋 copy color: '#163572'

red 22 ◦ green 53 ◦ blue 114

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

Shades of Sapphire #163572

Tints of Sapphire #163572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 11.64%
G = 28.04%
B = 60.32%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#163572 (or 0x163572) is known color: Sapphire. HEX triplet: 16, 35 and 72. RGB value is (22,53,114). Sum of RGB (Red+Green+Blue) = 22+53+114=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #163572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163572 is #E9CA8D. Grayscale: #323232. Windows color (decimal): -15321742 or 7484694. OLE color: 7484694.

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

Color convert

RGB 22 53 114 -
CMYK 0.81 0.54 0 0.55
HSL 219.78º 0.68% 0.27% -
HSV(B) 219.78º 0.81% 0.45% -
XYZ 4.64 3.93 16.43 -
YUV 50.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 22 53 114 0.81 0.54 0 0.55 219.78 0.68 0.27
Hex 16 35 72 51 36 0 37 DC 44 1B
Octal 26 65 162 121 66 0 67 334 104 33
Binary 10110 110101 1110010 1010001 110110 0 110111 11011100 1000100 11011

Color Harmonies of #163572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163572

Black with #163572

Text Example


Text Example

White with #163572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163572; }

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

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

background-color css

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

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

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

border-color css

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

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

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