#001049

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

Shades of Sapphire #001049

Tints of Sapphire #001049

Color information

#001049 (or 0x001049) is unknown color: approx Sapphire. HEX triplet: 00, 10 and 49. RGB value is (0,16,73). Sum of RGB (Red+Green+Blue) = 0+16+73=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 73 (28.91% from 255 or 82.02% from 89); Max value from RGB is 73 - color contains mainly: blue. Hex color #001049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001049 is #FFEFB6. Grayscale: #111111. Windows color (decimal): -16773047 or 4788224. OLE color: 4788224.

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

Color convert

RGB01673-
CMYK10.7800.71
HSL226.85º100%14.31%-
HSV(B)226.85º100%28.63%-
XYZ1.390.856.39-
YUV17.71159.2115.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 73 (28.91% from 255) = 82.02%
R=0%
G=17.98%
B=82.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0167310.7800.71226.8510014.31
Hex01049644E047e364e
Octal020111144116010734314416
Binary010000100100111001001001110010001111110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001049; }

 p { color: rgb(0,16,73); }

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

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

 a { background-color: rgb(0,16,73); }

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

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

 span { border-color: rgb(0,16,73); }

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