Html Css Color HEX #001049 Sapphire

📋 copy color: '#001049'

red 0 ◦ green 16 ◦ blue 73

#001049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #001049

Tints of Sapphire #001049

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 value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001049 (or 0x001049) is known color: 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

RGB 0 16 73 -
CMYK 1 0.78 0 0.71
HSL 226.85º 1% 0.14% -
HSV(B) 226.85º 1% 0.29% -
XYZ 1.39 0.85 6.39 -
YUV 17.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 0 16 73 1 0.78 0 0.71 226.85 1 0.14
Hex 0 10 49 64 4E 0 47 E3 64 E
Octal 0 20 111 144 116 0 107 343 144 16
Binary 0 10000 1001001 1100100 1001110 0 1000111 11100011 1100100 1110

Color Harmonies of #001049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001049

Black with #001049

Text Example


Text Example

White with #001049

Text Example


Text Example

HTML Codes & Css Web 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>