#051548

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

Shades of Sapphire #051548

Tints of Sapphire #051548

Color information

#051548 (or 0x051548) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 48. RGB value is (5,21,72). Sum of RGB (Red+Green+Blue) = 5+21+72=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #051548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051548 is #FAEAB7. Grayscale: #151515. Windows color (decimal): -16444088 or 4723973. OLE color: 4723973.

HSL color Cylindrical-coordinate representation of color #051548: hue angle of 225.67º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051548 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52172-
CMYK0.930.7100.72
HSL225.67º87.01%15.1%-
HSV(B)225.67º93.06%28.24%-
XYZ1.51.046.25-
YUV22.03156.2115.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 72 (28.52% from 255) = 73.47%
R=5.10%
G=21.43%
B=73.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal521720.930.7100.72225.6787.0115.1
Hex515485D47048e257f
Octal525110135107011034212717
Binary10110101100100010111011000111010010001110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051548; }

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

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

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

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

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

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

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

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