#001553

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

Shades of Sapphire #001553

Tints of Sapphire #001553

Color information

#001553 (or 0x001553) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 53. RGB value is (0,21,83). Sum of RGB (Red+Green+Blue) = 0+21+83=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #001553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001553 is #FFEAAC. Grayscale: #151515. Windows color (decimal): -16771757 or 5444864. OLE color: 5444864.

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

Color convert

RGB02183-
CMYK10.7500.67
HSL224.82º100%16.27%-
HSV(B)224.82º100%32.55%-
XYZ1.831.168.31-
YUV21.79162.54112.46-

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.19%
BLUE value IS 83 (32.81% from 255) = 79.81%
R=0%
G=20.19%
B=79.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0218310.7500.67224.8210016.27
Hex01553644B043e16410
Octal025123144113010334114420
Binary0101011010011110010010010110100001111100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001553; }

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

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

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

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

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

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

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

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