#07114E

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

Shades of Sapphire #07114E

Tints of Sapphire #07114E

Color information

#07114E (or 0x07114E) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 4E. RGB value is (7,17,78). Sum of RGB (Red+Green+Blue) = 7+17+78=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #07114E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07114E is #F8EEB1. Grayscale: #141414. Windows color (decimal): -16314034 or 5116167. OLE color: 5116167.

HSL color Cylindrical-coordinate representation of color #07114E: hue angle of 231.55º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07114E is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71778-
CMYK0.910.7800.69
HSL231.55º83.53%16.67%-
HSV(B)231.55º91.03%30.59%-
XYZ1.6617.31-
YUV20.96160.19118.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 78 (30.86% from 255) = 76.47%
R=6.86%
G=16.67%
B=76.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal717780.910.7800.69231.5583.5316.67
Hex7114E5B4E045e85411
Octal721116133116010535012421
Binary111100011001110101101110011100100010111101000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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