#052269

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

Shades of Sapphire #052269

Tints of Sapphire #052269

Color information

#052269 (or 0x052269) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 69. RGB value is (5,34,105). Sum of RGB (Red+Green+Blue) = 5+34+105=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #052269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052269 is #FADD96. Grayscale: #212121. Windows color (decimal): -16440727 or 6889989. OLE color: 6889989.

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

Color convert

RGB534105-
CMYK0.950.6800.59
HSL222.6º90.91%21.57%-
HSV(B)222.6º95.24%41.18%-
XYZ3.182.213.62-
YUV33.42168.39107.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 105 (41.41% from 255) = 72.92%
R=3.47%
G=23.61%
B=72.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5341050.950.6800.59222.690.9121.57
Hex522695F4403Bdf5b16
Octal54215113710407333713326
Binary101100010110100110111111000100011101111011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052269; }

 p { color: rgb(5,34,105); }

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

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

 a { background-color: rgb(5,34,105); }

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

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

 span { border-color: rgb(5,34,105); }

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