#001554

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

Shades of Sapphire #001554

Tints of Sapphire #001554

Color information

#001554 (or 0x001554) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 54. RGB value is (0,21,84). Sum of RGB (Red+Green+Blue) = 0+21+84=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #001554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001554 is #FFEAAB. Grayscale: #151515. Windows color (decimal): -16771756 or 5510400. OLE color: 5510400.

HSL color Cylindrical-coordinate representation of color #001554: hue angle of 225º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001554 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB02184-
CMYK10.7500.67
HSL225º100%16.47%-
HSV(B)225º100%32.94%-
XYZ1.871.188.52-
YUV21.9163.04112.38-

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) = 20%
BLUE value IS 84 (33.20% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0218410.7500.6722510016.47
Hex01554644B043e16410
Octal025124144113010334114420
Binary0101011010100110010010010110100001111100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001554; }

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

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

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

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

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

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

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

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