#052170

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

Shades of Sapphire #052170

Tints of Sapphire #052170

Color information

#052170 (or 0x052170) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 70. RGB value is (5,33,112). Sum of RGB (Red+Green+Blue) = 5+33+112=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #052170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052170 is #FADE8F. Grayscale: #212121. Windows color (decimal): -16440976 or 7348485. OLE color: 7348485.

HSL color Cylindrical-coordinate representation of color #052170: hue angle of 224.3º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052170 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB533112-
CMYK0.960.7100.56
HSL224.3º91.45%22.94%-
HSV(B)224.3º95.54%43.92%-
XYZ3.532.2915.59-
YUV33.63172.22107.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 112 (44.14% from 255) = 74.67%
R=3.33%
G=22%
B=74.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5331120.960.7100.56224.391.4522.94
Hex521706047038e05b17
Octal54116014010707034013327
Binary101100001111000011000001000111011100011100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052170; }

 p { color: rgb(5,33,112); }

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

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

 a { background-color: rgb(5,33,112); }

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

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

 span { border-color: rgb(5,33,112); }

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