#052662

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

Shades of Sapphire #052662

Tints of Sapphire #052662

Color information

#052662 (or 0x052662) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 62. RGB value is (5,38,98). Sum of RGB (Red+Green+Blue) = 5+38+98=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #052662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052662 is #FAD99D. Grayscale: #222222. Windows color (decimal): -16439710 or 6432261. OLE color: 6432261.

HSL color Cylindrical-coordinate representation of color #052662: hue angle of 218.71º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052662 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53898-
CMYK0.950.6100.62
HSL218.71º90.29%20.2%-
HSV(B)218.71º94.9%38.43%-
XYZ2.962.311.84-
YUV34.97163.57106.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=3.55%
G=26.95%
B=69.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal538980.950.6100.62218.7190.2920.2
Hex526625F3D03Edb5a14
Octal5461421377507633313224
Binary10110011011000101011111111101011111011011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052662; }

 p { color: rgb(5,38,98); }

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

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

 a { background-color: rgb(5,38,98); }

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

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

 span { border-color: rgb(5,38,98); }

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