#07125D

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

Shades of Sapphire #07125D

Tints of Sapphire #07125D

Color information

#07125D (or 0x07125D) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 5D. RGB value is (7,18,93). Sum of RGB (Red+Green+Blue) = 7+18+93=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #07125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07125D is #F8EDA2. Grayscale: #161616. Windows color (decimal): -16313763 or 6099463. OLE color: 6099463.

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

Color convert

RGB71893-
CMYK0.920.8100.64
HSL232.33º86%19.61%-
HSV(B)232.33º92.47%36.47%-
XYZ2.281.2710.48-
YUV23.26167.36116.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 93 (36.72% from 255) = 78.81%
R=5.93%
G=15.25%
B=78.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal718930.920.8100.64232.338619.61
Hex7125D5C51040e85614
Octal722135134121010035012624
Binary111100101011101101110010100010100000011101000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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