#07246D

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

Shades of Sapphire #07246D

Tints of Sapphire #07246D

Color information

#07246D (or 0x07246D) is unknown color: approx Sapphire. HEX triplet: 07, 24 and 6D. RGB value is (7,36,109). Sum of RGB (Red+Green+Blue) = 7+36+109=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #07246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07246D is #F8DB92. Grayscale: #232323. Windows color (decimal): -16309139 or 7152647. OLE color: 7152647.

HSL color Cylindrical-coordinate representation of color #07246D: hue angle of 222.94º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07246D is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB736109-
CMYK0.940.6700.57
HSL222.94º87.93%22.75%-
HSV(B)222.94º93.58%42.75%-
XYZ3.482.4114.75-
YUV35.65169.39107.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 109 (42.97% from 255) = 71.71%
R=4.61%
G=23.68%
B=71.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7361090.940.6700.57222.9487.9322.75
Hex7246D5E43039df5817
Octal74415513610307133713027
Binary111100100110110110111101000011011100111011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,36,109); }

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

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

 a { background-color: rgb(7,36,109); }

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

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

 span { border-color: rgb(7,36,109); }

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