#072169

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

Shades of Sapphire #072169

Tints of Sapphire #072169

Color information

#072169 (or 0x072169) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 69. RGB value is (7,33,105). Sum of RGB (Red+Green+Blue) = 7+33+105=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #072169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072169 is #F8DE96. Grayscale: #212121. Windows color (decimal): -16309911 or 6889735. OLE color: 6889735.

HSL color Cylindrical-coordinate representation of color #072169: hue angle of 224.08º 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 #072169 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB733105-
CMYK0.930.6900.59
HSL224.08º87.5%21.96%-
HSV(B)224.08º93.33%41.18%-
XYZ3.182.1513.61-
YUV33.43168.39109.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=4.83%
G=22.76%
B=72.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7331050.930.6900.59224.0887.521.96
Hex721695D4503Be05816
Octal74115113510507334013026
Binary111100001110100110111011000101011101111100000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072169; }

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

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

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

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

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

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

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

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