Html Css Color HEX #000E49 Sapphire

📋 copy color: '#000E49'

red 0 ◦ green 14 ◦ blue 73

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

Shades of Sapphire #000E49

Tints of Sapphire #000E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.09%

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

R = 0%
G = 16.09%
B = 83.91%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#000E49 (or 0x000E49) is known color: Sapphire. HEX triplet: 00, 0E and 49. RGB value is (0,14,73). Sum of RGB (Red+Green+Blue) = 0+14+73=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #000E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E49 is #FFF1B6. Grayscale: #101010. Windows color (decimal): -16773559 or 4787712. OLE color: 4787712.

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

Color convert

RGB 0 14 73 -
CMYK 1 0.81 0 0.71
HSL 228.49º 1% 0.14% -
HSV(B) 228.49º 1% 0.29% -
XYZ 1.36 0.8 6.39 -
YUV 16.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 0 14 73 1 0.81 0 0.71 228.49 1 0.14
Hex 0 E 49 64 51 0 47 E4 64 E
Octal 0 16 111 144 121 0 107 344 144 16
Binary 0 1110 1001001 1100100 1010001 0 1000111 11100100 1100100 1110

Color Harmonies of #000E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E49

Black with #000E49

Text Example


Text Example

White with #000E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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