#072166

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

Shades of Sapphire #072166

Tints of Sapphire #072166

Color information

#072166 (or 0x072166) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 66. RGB value is (7,33,102). Sum of RGB (Red+Green+Blue) = 7+33+102=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #072166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072166 is #F8DE99. Grayscale: #202020. Windows color (decimal): -16309914 or 6693127. OLE color: 6693127.

HSL color Cylindrical-coordinate representation of color #072166: hue angle of 223.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072166 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB733102-
CMYK0.930.6800.6
HSL223.58º87.16%21.37%-
HSV(B)223.58º93.14%40%-
XYZ3.032.0912.81-
YUV33.09166.89109.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 102 (40.23% from 255) = 71.83%
R=4.93%
G=23.24%
B=71.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7331020.930.6800.6223.5887.1621.37
Hex721665D4403Ce05715
Octal74114613510407434012725
Binary111100001110011010111011000100011110011100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072166; }

 p { color: rgb(7,33,102); }

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

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

 a { background-color: rgb(7,33,102); }

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

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

 span { border-color: rgb(7,33,102); }

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