#052A5D

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

Shades of Sapphire #052A5D

Tints of Sapphire #052A5D

Color information

#052A5D (or 0x052A5D) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 5D. RGB value is (5,42,93). Sum of RGB (Red+Green+Blue) = 5+42+93=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #052A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A5D is #FAD5A2. Grayscale: #242424. Windows color (decimal): -16438691 or 6105605. OLE color: 6105605.

HSL color Cylindrical-coordinate representation of color #052A5D: hue angle of 214.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A5D is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54293-
CMYK0.950.5500.64
HSL214.77º89.8%19.22%-
HSV(B)214.77º94.62%36.47%-
XYZ2.872.4810.68-
YUV36.75159.74105.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 66.43%
R=3.57%
G=30%
B=66.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal542930.950.5500.64214.7789.819.22
Hex52A5D5F37040d75a13
Octal55213513767010032713223
Binary101101010101110110111111101110100000011010111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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