#07114B

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

Shades of Sapphire #07114B

Tints of Sapphire #07114B

Color information

#07114B (or 0x07114B) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 4B. RGB value is (7,17,75). Sum of RGB (Red+Green+Blue) = 7+17+75=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #07114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07114B is #F8EEB4. Grayscale: #141414. Windows color (decimal): -16314037 or 4919559. OLE color: 4919559.

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

Color convert

RGB71775-
CMYK0.910.7700.71
HSL231.18º82.93%16.08%-
HSV(B)231.18º90.67%29.41%-
XYZ1.560.956.76-
YUV20.62158.69118.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=7.07%
G=17.17%
B=75.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717750.910.7700.71231.1882.9316.08
Hex7114B5B4D047e75310
Octal721113133115010734712320
Binary111100011001011101101110011010100011111100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07114B; }

 p { color: rgb(7,17,75); }

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

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

 a { background-color: rgb(7,17,75); }

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

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

 span { border-color: rgb(7,17,75); }

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