#051952

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

Shades of Sapphire #051952

Tints of Sapphire #051952

Color information

#051952 (or 0x051952) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 52. RGB value is (5,25,82). Sum of RGB (Red+Green+Blue) = 5+25+82=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #051952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051952 is #FAE6AD. Grayscale: #191919. Windows color (decimal): -16443054 or 5380357. OLE color: 5380357.

HSL color Cylindrical-coordinate representation of color #051952: hue angle of 224.42º 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 #051952 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52582-
CMYK0.940.7000.68
HSL224.42º88.51%17.06%-
HSV(B)224.42º93.9%32.16%-
XYZ1.931.348.14-
YUV25.52159.87113.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 82 (32.42% from 255) = 73.21%
R=4.46%
G=22.32%
B=73.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal525820.940.7000.68224.4288.5117.06
Hex519525E46044e05911
Octal531122136106010434013121
Binary101110011010010101111010001100100010011100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051952; }

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

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

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

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

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

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

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

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