#052A6A

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

Shades of Sapphire #052A6A

Tints of Sapphire #052A6A

Color information

#052A6A (or 0x052A6A) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 6A. RGB value is (5,42,106). Sum of RGB (Red+Green+Blue) = 5+42+106=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #052A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A6A is #FAD595. Grayscale: #252525. Windows color (decimal): -16438678 or 6957573. OLE color: 6957573.

HSL color Cylindrical-coordinate representation of color #052A6A: hue angle of 218.02º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A6A is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB542106-
CMYK0.950.6000.58
HSL218.02º90.99%21.76%-
HSV(B)218.02º95.28%41.57%-
XYZ3.492.7313.98-
YUV38.23166.24104.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 106 (41.80% from 255) = 69.28%
R=3.27%
G=27.45%
B=69.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5421060.950.6000.58218.0290.9921.76
Hex52A6A5F3C03Ada5b16
Octal5521521377407233213326
Binary10110101011010101011111111100011101011011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A6A; }

 p { color: rgb(5,42,106); }

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

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

 a { background-color: rgb(5,42,106); }

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

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

 span { border-color: rgb(5,42,106); }

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