#051554

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

Shades of Sapphire #051554

Tints of Sapphire #051554

Color information

#051554 (or 0x051554) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 54. RGB value is (5,21,84). Sum of RGB (Red+Green+Blue) = 5+21+84=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #051554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051554 is #FAEAAB. Grayscale: #171717. Windows color (decimal): -16444076 or 5510405. OLE color: 5510405.

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

Color convert

RGB52184-
CMYK0.940.7500.67
HSL227.85º88.76%17.45%-
HSV(B)227.85º94.05%32.94%-
XYZ1.931.218.52-
YUV23.4162.2114.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 84 (33.20% from 255) = 76.36%
R=4.55%
G=19.09%
B=76.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal521840.940.7500.67227.8588.7617.45
Hex515545E4B043e45911
Octal525124136113010334413121
Binary101101011010100101111010010110100001111100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051554; }

 p { color: rgb(5,21,84); }

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

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

 a { background-color: rgb(5,21,84); }

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

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

 span { border-color: rgb(5,21,84); }

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