#051263

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

Shades of Sapphire #051263

Tints of Sapphire #051263

Color information

#051263 (or 0x051263) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 63. RGB value is (5,18,99). Sum of RGB (Red+Green+Blue) = 5+18+99=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #051263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051263 is #FAED9C. Grayscale: #171717. Windows color (decimal): -16444829 or 6492677. OLE color: 6492677.

HSL color Cylindrical-coordinate representation of color #051263: hue angle of 231.7º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051263 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB51899-
CMYK0.950.8200.61
HSL231.7º90.38%20.39%-
HSV(B)231.7º94.95%38.82%-
XYZ2.531.3711.93-
YUV23.35170.69114.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 99 (39.06% from 255) = 81.15%
R=4.10%
G=14.75%
B=81.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal518990.950.8200.61231.790.3820.39
Hex512635F5203De85a14
Octal52214313712207535013224
Binary10110010110001110111111010010011110111101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051263; }

 p { color: rgb(5,18,99); }

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

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

 a { background-color: rgb(5,18,99); }

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

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

 span { border-color: rgb(5,18,99); }

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