#051255

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

Shades of Sapphire #051255

Tints of Sapphire #051255

Color information

#051255 (or 0x051255) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 55. RGB value is (5,18,85). Sum of RGB (Red+Green+Blue) = 5+18+85=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #051255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051255 is #FAEDAA. Grayscale: #151515. Windows color (decimal): -16444843 or 5575173. OLE color: 5575173.

HSL color Cylindrical-coordinate representation of color #051255: hue angle of 230.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051255 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51885-
CMYK0.940.7900.67
HSL230.25º88.89%17.65%-
HSV(B)230.25º94.12%33.33%-
XYZ1.921.128.71-
YUV21.75163.69116.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 85 (33.59% from 255) = 78.70%
R=4.63%
G=16.67%
B=78.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518850.940.7900.67230.2588.8917.65
Hex512555E4F043e65912
Octal522125136117010334613122
Binary101100101010101101111010011110100001111100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051255; }

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

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

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

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

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

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

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

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