#052A74

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

Shades of Sapphire #052A74

Tints of Sapphire #052A74

Color information

#052A74 (or 0x052A74) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 74. RGB value is (5,42,116). Sum of RGB (Red+Green+Blue) = 5+42+116=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #052A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A74 is #FAD58B. Grayscale: #272727. Windows color (decimal): -16438668 or 7612933. OLE color: 7612933.

HSL color Cylindrical-coordinate representation of color #052A74: hue angle of 220º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A74 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB542116-
CMYK0.960.6400.55
HSL220º91.74%23.73%-
HSV(B)220º95.69%45.49%-
XYZ4.042.9516.88-
YUV39.37171.24103.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 116 (45.70% from 255) = 71.17%
R=3.07%
G=25.77%
B=71.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5421160.960.6400.5522091.7423.73
Hex52A746040037dc5c18
Octal55216414010006733413430
Binary101101010111010011000001000000011011111011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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