#052367

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

Shades of Sapphire #052367

Tints of Sapphire #052367

Color information

#052367 (or 0x052367) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 67. RGB value is (5,35,103). Sum of RGB (Red+Green+Blue) = 5+35+103=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #052367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052367 is #FADC98. Grayscale: #212121. Windows color (decimal): -16440473 or 6759173. OLE color: 6759173.

HSL color Cylindrical-coordinate representation of color #052367: hue angle of 221.63º 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 #052367 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB535103-
CMYK0.950.6600.60
HSL221.63º90.74%21.18%-
HSV(B)221.63º95.15%40.39%-
XYZ3.112.2113.1-
YUV33.78167.06107.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=3.50%
G=24.48%
B=72.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5351030.950.6600.60221.6390.7421.18
Hex523675F4203Cde5b15
Octal54314713710207433613325
Binary101100011110011110111111000010011110011011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052367; }

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

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

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

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

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

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

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

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