#07125F

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

Shades of Sapphire #07125F

Tints of Sapphire #07125F

Color information

#07125F (or 0x07125F) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 5F. RGB value is (7,18,95). Sum of RGB (Red+Green+Blue) = 7+18+95=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 95 (37.5% from 255 or 79.17% from 120); Max value from RGB is 95 - color contains mainly: blue. Hex color #07125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07125F is #F8EDA0. Grayscale: #171717. Windows color (decimal): -16313761 or 6230535. OLE color: 6230535.

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

Color convert

RGB71895-
CMYK0.930.8100.63
HSL232.5º86.27%20%-
HSV(B)232.5º92.63%37.25%-
XYZ2.371.310.95-
YUV23.49168.36116.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 95 (37.5% from 255) = 79.17%
R=5.83%
G=15%
B=79.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal718950.930.8100.63232.586.2720
Hex7125F5D5103Fe85614
Octal72213713512107735012624
Binary11110010101111110111011010001011111111101000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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