#051C48

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

Shades of Sapphire #051C48

Tints of Sapphire #051C48

Color information

#051C48 (or 0x051C48) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 48. RGB value is (5,28,72). Sum of RGB (Red+Green+Blue) = 5+28+72=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #051C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C48 is #FAE3B7. Grayscale: #191919. Windows color (decimal): -16442296 or 4725765. OLE color: 4725765.

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

Color convert

RGB52872-
CMYK0.930.6100.72
HSL219.4º87.01%15.1%-
HSV(B)219.4º93.06%28.24%-
XYZ1.651.336.3-
YUV26.14153.88112.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=4.76%
G=26.67%
B=68.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal528720.930.6100.72219.487.0115.1
Hex51C485D3D048db57f
Octal53411013575011033312717
Binary1011110010010001011101111101010010001101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C48; }

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

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

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

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

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

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

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

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