#07145B

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

Shades of Sapphire #07145B

Tints of Sapphire #07145B

Color information

#07145B (or 0x07145B) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 5B. RGB value is (7,20,91). Sum of RGB (Red+Green+Blue) = 7+20+91=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #07145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07145B is #F8EBA4. Grayscale: #171717. Windows color (decimal): -16313253 or 5968903. OLE color: 5968903.

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

Color convert

RGB72091-
CMYK0.920.7800.64
HSL230.71º85.71%19.22%-
HSV(B)230.71º92.31%35.69%-
XYZ2.231.310.03-
YUV24.21165.69115.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 91 (35.94% from 255) = 77.12%
R=5.93%
G=16.95%
B=77.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal720910.920.7800.64230.7185.7119.22
Hex7145B5C4E040e75613
Octal724133134116010034712623
Binary111101001011011101110010011100100000011100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,20,91); }

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

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

 a { background-color: rgb(7,20,91); }

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

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

 span { border-color: rgb(7,20,91); }

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