Html Css Color HEX #000E47 Sapphire

📋 copy color: '#000E47'

red 0 ◦ green 14 ◦ blue 71

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

Shades of Sapphire #000E47

Tints of Sapphire #000E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 83.53%

R = 0%
G = 16.47%
B = 83.53%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000E47 (or 0x000E47) is known color: Sapphire. HEX triplet: 00, 0E and 47. RGB value is (0,14,71). Sum of RGB (Red+Green+Blue) = 0+14+71=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #000E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E47 is #FFF1B8. Grayscale: #101010. Windows color (decimal): -16773561 or 4656640. OLE color: 4656640.

HSL color Cylindrical-coordinate representation of color #000E47: hue angle of 228.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E47 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 14 71 -
CMYK 1 0.80 0 0.72
HSL 228.17º 1% 0.14% -
HSV(B) 228.17º 1% 0.28% -
XYZ 1.29 0.77 6.04 -
YUV 16.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 0 14 71 1 0.80 0 0.72 228.17 1 0.14
Hex 0 E 47 64 50 0 48 E4 64 E
Octal 0 16 107 144 120 0 110 344 144 16
Binary 0 1110 1000111 1100100 1010000 0 1001000 11100100 1100100 1110

Color Harmonies of #000E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E47

Black with #000E47

Text Example


Text Example

White with #000E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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