#051872

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

Shades of Sapphire #051872

Tints of Sapphire #051872

Color information

#051872 (or 0x051872) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 72. RGB value is (5,24,114). Sum of RGB (Red+Green+Blue) = 5+24+114=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #051872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051872 is #FAE78D. Grayscale: #1C1C1C. Windows color (decimal): -16443278 or 7477253. OLE color: 7477253.

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

Color convert

RGB524114-
CMYK0.960.7900.55
HSL229.54º91.6%23.33%-
HSV(B)229.54º95.61%44.71%-
XYZ3.431.916.11-
YUV28.58176.21111.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 114 (44.92% from 255) = 79.72%
R=3.50%
G=16.78%
B=79.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5241140.960.7900.55229.5491.623.33
Hex51872604F037e65c17
Octal53016214011706734613427
Binary10111000111001011000001001111011011111100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051872; }

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

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

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

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

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

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

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

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