#052A61

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

Shades of Sapphire #052A61

Tints of Sapphire #052A61

Color information

#052A61 (or 0x052A61) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 61. RGB value is (5,42,97). Sum of RGB (Red+Green+Blue) = 5+42+97=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #052A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A61 is #FAD59E. Grayscale: #242424. Windows color (decimal): -16438687 or 6367749. OLE color: 6367749.

HSL color Cylindrical-coordinate representation of color #052A61: hue angle of 215.87º 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 #052A61 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54297-
CMYK0.950.5700.62
HSL215.87º90.2%20%-
HSV(B)215.87º94.85%38.04%-
XYZ3.052.5511.64-
YUV37.21161.74105.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=3.47%
G=29.17%
B=67.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal542970.950.5700.62215.8790.220
Hex52A615F3903Ed85a14
Octal5521411377107633013224
Binary10110101011000011011111111001011111011011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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