#000548

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

Shades of Sapphire #000548

Tints of Sapphire #000548

Color information

#000548 (or 0x000548) is unknown color: approx Sapphire. HEX triplet: 00, 05 and 48. RGB value is (0,5,72). Sum of RGB (Red+Green+Blue) = 0+5+72=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #000548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000548 is #FFFAB7. Grayscale: #0A0A0A. Windows color (decimal): -16775864 or 4719872. OLE color: 4719872.

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

Color convert

RGB0572-
CMYK10.9300.72
HSL235.83º100%14.12%-
HSV(B)235.83º100%28.24%-
XYZ1.220.586.18-
YUV11.14162.34120.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 72 (28.52% from 255) = 93.51%
R=0%
G=6.49%
B=93.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal057210.9300.72235.8310014.12
Hex0548645D048ec64e
Octal05110144135011035414416
Binary0101100100011001001011101010010001110110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000548; }

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

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

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

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

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

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

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

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