#051452

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

Shades of Sapphire #051452

Tints of Sapphire #051452

Color information

#051452 (or 0x051452) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 52. RGB value is (5,20,82). Sum of RGB (Red+Green+Blue) = 5+20+82=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #051452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051452 is #FAEBAD. Grayscale: #161616. Windows color (decimal): -16444334 or 5379077. OLE color: 5379077.

HSL color Cylindrical-coordinate representation of color #051452: hue angle of 228.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051452 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52082-
CMYK0.940.7600.68
HSL228.31º88.51%17.06%-
HSV(B)228.31º93.9%32.16%-
XYZ1.841.148.11-
YUV22.58161.53115.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=4.67%
G=18.69%
B=76.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal520820.940.7600.68228.3188.5117.06
Hex514525E4C044e45911
Octal524122136114010434413121
Binary101101001010010101111010011000100010011100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051452; }

 p { color: rgb(5,20,82); }

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

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

 a { background-color: rgb(5,20,82); }

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

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

 span { border-color: rgb(5,20,82); }

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