#05125F

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

Shades of Sapphire #05125F

Tints of Sapphire #05125F

Color information

#05125F (or 0x05125F) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 5F. RGB value is (5,18,95). Sum of RGB (Red+Green+Blue) = 5+18+95=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #05125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05125F is #FAEDA0. Grayscale: #161616. Windows color (decimal): -16444833 or 6230533. OLE color: 6230533.

HSL color Cylindrical-coordinate representation of color #05125F: hue angle of 231.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05125F is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51895-
CMYK0.950.8100.63
HSL231.33º90%19.61%-
HSV(B)231.33º94.74%37.25%-
XYZ2.341.2910.95-
YUV22.89168.69115.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 95 (37.5% from 255) = 80.51%
R=4.24%
G=15.25%
B=80.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal518950.950.8100.63231.339019.61
Hex5125F5F5103Fe75a14
Octal52213713712107734713224
Binary10110010101111110111111010001011111111100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05125F; }

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

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

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

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

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

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

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

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