#051262

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

Shades of Sapphire #051262

Tints of Sapphire #051262

Color information

#051262 (or 0x051262) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 62. RGB value is (5,18,98). Sum of RGB (Red+Green+Blue) = 5+18+98=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #051262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051262 is #FAED9D. Grayscale: #161616. Windows color (decimal): -16444830 or 6427141. OLE color: 6427141.

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

Color convert

RGB51898-
CMYK0.950.8200.62
HSL231.61º90.29%20.2%-
HSV(B)231.61º94.9%38.43%-
XYZ2.481.3511.68-
YUV23.23170.19115-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 98 (38.67% from 255) = 80.99%
R=4.13%
G=14.88%
B=80.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal518980.950.8200.62231.6190.2920.2
Hex512625F5203Ee85a14
Octal52214213712207635013224
Binary10110010110001010111111010010011111011101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051262; }

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

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

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

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

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

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

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

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