#07124D

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

Shades of Sapphire #07124D

Tints of Sapphire #07124D

Color information

#07124D (or 0x07124D) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 4D. RGB value is (7,18,77). Sum of RGB (Red+Green+Blue) = 7+18+77=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #07124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07124D is #F8EDB2. Grayscale: #151515. Windows color (decimal): -16313779 or 5050887. OLE color: 5050887.

HSL color Cylindrical-coordinate representation of color #07124D: hue angle of 230.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07124D is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB71877-
CMYK0.910.7700.70
HSL230.57º83.33%16.47%-
HSV(B)230.57º90.91%30.2%-
XYZ1.641.017.13-
YUV21.44159.36117.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=6.86%
G=17.65%
B=75.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal718770.910.7700.70230.5783.3316.47
Hex7124D5B4D046e75310
Octal722115133115010634712320
Binary111100101001101101101110011010100011011100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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