#052467

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

Shades of Sapphire #052467

Tints of Sapphire #052467

Color information

#052467 (or 0x052467) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 67. RGB value is (5,36,103). Sum of RGB (Red+Green+Blue) = 5+36+103=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 103 (40.62% from 255 or 71.53% from 144); Max value from RGB is 103 - color contains mainly: blue. Hex color #052467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052467 is #FADB98. Grayscale: #222222. Windows color (decimal): -16440217 or 6759429. OLE color: 6759429.

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

Color convert

RGB536103-
CMYK0.950.6500.60
HSL221.02º90.74%21.18%-
HSV(B)221.02º95.15%40.39%-
XYZ3.142.2713.11-
YUV34.37166.73107.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 71.53%
R=3.47%
G=25%
B=71.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5361030.950.6500.60221.0290.7421.18
Hex524675F4103Cdd5b15
Octal54414713710107433513325
Binary101100100110011110111111000001011110011011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052467; }

 p { color: rgb(5,36,103); }

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

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

 a { background-color: rgb(5,36,103); }

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

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

 span { border-color: rgb(5,36,103); }

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