#072769

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

Shades of Sapphire #072769

Tints of Sapphire #072769

Color information

#072769 (or 0x072769) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 69. RGB value is (7,39,105). Sum of RGB (Red+Green+Blue) = 7+39+105=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #072769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072769 is #F8D896. Grayscale: #242424. Windows color (decimal): -16308375 or 6891271. OLE color: 6891271.

HSL color Cylindrical-coordinate representation of color #072769: hue angle of 220.41º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072769 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB739105-
CMYK0.930.6300.59
HSL220.41º87.5%21.96%-
HSV(B)220.41º93.33%41.18%-
XYZ3.362.5213.67-
YUV36.96166.4106.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=4.64%
G=25.83%
B=69.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7391050.930.6300.59220.4187.521.96
Hex727695D3F03Bdc5816
Octal7471511357707333413026
Binary11110011111010011011101111111011101111011100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072769; }

 p { color: rgb(7,39,105); }

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

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

 a { background-color: rgb(7,39,105); }

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

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

 span { border-color: rgb(7,39,105); }

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