Html Css Color HEX #163272 Sapphire

📋 copy color: '#163272'

red 22 ◦ green 50 ◦ blue 114

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

Shades of Sapphire #163272

Tints of Sapphire #163272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 11.83%
G = 26.88%
B = 61.29%

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

#163272 (or 0x163272) is known color: Sapphire. HEX triplet: 16, 32 and 72. RGB value is (22,50,114). Sum of RGB (Red+Green+Blue) = 22+50+114=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #163272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163272 is #E9CD8D. Grayscale: #303030. Windows color (decimal): -15322510 or 7483926. OLE color: 7483926.

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

Color convert

RGB 22 50 114 -
CMYK 0.81 0.56 0 0.55
HSL 221.74º 0.68% 0.27% -
HSV(B) 221.74º 0.81% 0.45% -
XYZ 4.51 3.67 16.39 -
YUV 48.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 22 50 114 0.81 0.56 0 0.55 221.74 0.68 0.27
Hex 16 32 72 51 38 0 37 DE 44 1B
Octal 26 62 162 121 70 0 67 336 104 33
Binary 10110 110010 1110010 1010001 111000 0 110111 11011110 1000100 11011

Color Harmonies of #163272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163272

Black with #163272

Text Example


Text Example

White with #163272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163272; }

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

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

background-color css

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

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

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

border-color css

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

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

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