#051448

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

Shades of Sapphire #051448

Tints of Sapphire #051448

Color information

#051448 (or 0x051448) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 48. RGB value is (5,20,72). Sum of RGB (Red+Green+Blue) = 5+20+72=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #051448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051448 is #FAEBB7. Grayscale: #151515. Windows color (decimal): -16444344 or 4723717. OLE color: 4723717.

HSL color Cylindrical-coordinate representation of color #051448: hue angle of 226.57º 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 #051448 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52072-
CMYK0.930.7200.72
HSL226.57º87.01%15.1%-
HSV(B)226.57º93.06%28.24%-
XYZ1.4816.25-
YUV21.44156.53116.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 72 (28.52% from 255) = 74.23%
R=5.15%
G=20.62%
B=74.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal520720.930.7200.72226.5787.0115.1
Hex514485D48048e357f
Octal524110135110011034312717
Binary10110100100100010111011001000010010001110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051448; }

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

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

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

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

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

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

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

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