#051948

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

Shades of Sapphire #051948

Tints of Sapphire #051948

Color information

#051948 (or 0x051948) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 48. RGB value is (5,25,72). Sum of RGB (Red+Green+Blue) = 5+25+72=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #051948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051948 is #FAE6B7. Grayscale: #181818. Windows color (decimal): -16443064 or 4724997. OLE color: 4724997.

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

Color convert

RGB52572-
CMYK0.930.6500.72
HSL222.09º87.01%15.1%-
HSV(B)222.09º93.06%28.24%-
XYZ1.581.26.28-
YUV24.38154.87114.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 72 (28.52% from 255) = 70.59%
R=4.90%
G=24.51%
B=70.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal525720.930.6500.72222.0987.0115.1
Hex519485D41048de57f
Octal531110135101011033612717
Binary10111001100100010111011000001010010001101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051948; }

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

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

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

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

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

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

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

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