Html Css Color HEX #001449 Sapphire

📋 copy color: '#001449'

red 0 ◦ green 20 ◦ blue 73

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

Shades of Sapphire #001449

Tints of Sapphire #001449

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 21.51%

 BLUE value IS 73 (28.91% from 255) = 78.49%

R = 0%
G = 21.51%
B = 78.49%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001449 (or 0x001449) is known color: Sapphire. HEX triplet: 00, 14 and 49. RGB value is (0,20,73). Sum of RGB (Red+Green+Blue) = 0+20+73=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #001449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001449 is #FFEBB6. Grayscale: #131313. Windows color (decimal): -16772023 or 4789248. OLE color: 4789248.

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

Color convert

RGB 0 20 73 -
CMYK 1 0.73 0 0.71
HSL 223.56º 1% 0.14% -
HSV(B) 223.56º 1% 0.29% -
XYZ 1.45 0.98 6.42 -
YUV 20.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 0 20 73 1 0.73 0 0.71 223.56 1 0.14
Hex 0 14 49 64 49 0 47 E0 64 E
Octal 0 24 111 144 111 0 107 340 144 16
Binary 0 10100 1001001 1100100 1001001 0 1000111 11100000 1100100 1110

Color Harmonies of #001449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001449

Black with #001449

Text Example


Text Example

White with #001449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001449; }

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

 H1.HeaderClassName
 {
   color: #001449;
 }
 .AnyTagClassName
 {
   color: #001449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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