#052148

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

Shades of Sapphire #052148

Tints of Sapphire #052148

Color information

#052148 (or 0x052148) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 48. RGB value is (5,33,72). Sum of RGB (Red+Green+Blue) = 5+33+72=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #052148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052148 is #FADEB7. Grayscale: #1C1C1C. Windows color (decimal): -16441016 or 4727045. OLE color: 4727045.

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

Color convert

RGB53372-
CMYK0.930.5400.72
HSL214.93º87.01%15.1%-
HSV(B)214.93º93.06%28.24%-
XYZ1.781.596.34-
YUV29.07152.22110.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=4.55%
G=30%
B=65.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal533720.930.5400.72214.9387.0115.1
Hex521485D36048d757f
Octal54111013566011032712717
Binary10110000110010001011101110110010010001101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052148; }

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

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

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

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

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

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

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

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