#051772

Color #051772 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #051772

Tints of Sapphire #051772

Color information

#051772 (or 0x051772) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 72. RGB value is (5,23,114). Sum of RGB (Red+Green+Blue) = 5+23+114=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #051772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051772 is #FAE88D. Grayscale: #1B1B1B. Windows color (decimal): -16443534 or 7476997. OLE color: 7476997.

HSL color Cylindrical-coordinate representation of color #051772: hue angle of 230.09º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051772 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB523114-
CMYK0.960.8000.55
HSL230.09º91.6%23.33%-
HSV(B)230.09º95.61%44.71%-
XYZ3.411.8616.1-
YUV27.99176.54111.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 114 (44.92% from 255) = 80.28%
R=3.52%
G=16.20%
B=80.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5231140.960.8000.55230.0991.623.33
Hex517726050037e65c17
Octal52716214012006734613427
Binary10110111111001011000001010000011011111100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051772; }

 p { color: rgb(5,23,114); }

 H1.HeaderClassName
 {
   color: #051772;
 }
 .AnyTagClassName
 {
   color: #051772;
 }
</style>
background-color css

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

 a { background-color: rgb(5,23,114); }

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

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

 span { border-color: rgb(5,23,114); }

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