#052168

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

Shades of Sapphire #052168

Tints of Sapphire #052168

Color information

#052168 (or 0x052168) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 68. RGB value is (5,33,104). Sum of RGB (Red+Green+Blue) = 5+33+104=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #052168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052168 is #FADE97. Grayscale: #202020. Windows color (decimal): -16440984 or 6824197. OLE color: 6824197.

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

Color convert

RGB533104-
CMYK0.950.6800.59
HSL223.03º90.83%21.37%-
HSV(B)223.03º95.19%40.78%-
XYZ3.112.1213.34-
YUV32.72168.22108.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 104 (41.02% from 255) = 73.24%
R=3.52%
G=23.24%
B=73.24%

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
Decimal5331040.950.6800.59223.0390.8321.37
Hex521685F4403Bdf5b15
Octal54115013710407333713325
Binary101100001110100010111111000100011101111011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052168; }

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

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

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

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

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

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

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

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