#001548

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

Shades of Sapphire #001548

Tints of Sapphire #001548

Color information

#001548 (or 0x001548) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 48. RGB value is (0,21,72). Sum of RGB (Red+Green+Blue) = 0+21+72=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #001548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001548 is #FFEAB7. Grayscale: #141414. Windows color (decimal): -16771768 or 4723968. OLE color: 4723968.

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

Color convert

RGB02172-
CMYK10.7100.72
HSL222.5º100%14.12%-
HSV(B)222.5º100%28.24%-
XYZ1.4416.25-
YUV20.54157.04113.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=0%
G=22.58%
B=77.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0217210.7100.72222.510014.12
Hex015486447048de64e
Octal025110144107011033614416
Binary010101100100011001001000111010010001101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001548; }

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

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

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

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

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

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

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

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