#051265

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

Shades of Sapphire #051265

Tints of Sapphire #051265

Color information

#051265 (or 0x051265) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 65. RGB value is (5,18,101). Sum of RGB (Red+Green+Blue) = 5+18+101=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #051265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051265 is #FAED9A. Grayscale: #171717. Windows color (decimal): -16444827 or 6623749. OLE color: 6623749.

HSL color Cylindrical-coordinate representation of color #051265: hue angle of 231.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051265 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB518101-
CMYK0.950.8200.60
HSL231.88º90.57%20.78%-
HSV(B)231.88º95.05%39.61%-
XYZ2.631.412.44-
YUV23.58171.69114.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 101 (39.84% from 255) = 81.45%
R=4.03%
G=14.52%
B=81.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5181010.950.8200.60231.8890.5720.78
Hex512655F5203Ce85b15
Octal52214513712207435013325
Binary10110010110010110111111010010011110011101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051265; }

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

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

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

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

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

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

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

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