Html Css Color HEX #000E4D Sapphire

📋 copy color: '#000E4D'

red 0 ◦ green 14 ◦ blue 77

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

Shades of Sapphire #000E4D

Tints of Sapphire #000E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 84.62%

R = 0%
G = 15.38%
B = 84.62%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#000E4D (or 0x000E4D) is known color: Sapphire. HEX triplet: 00, 0E and 4D. RGB value is (0,14,77). Sum of RGB (Red+Green+Blue) = 0+14+77=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #000E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E4D is #FFF1B2. Grayscale: #101010. Windows color (decimal): -16773555 or 5049856. OLE color: 5049856.

HSL color Cylindrical-coordinate representation of color #000E4D: hue angle of 229.09º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E4D is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 14 77 -
CMYK 1 0.82 0 0.70
HSL 229.09º 1% 0.15% -
HSV(B) 229.09º 1% 0.3% -
XYZ 1.5 0.85 7.11 -
YUV 17 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 0 14 77 1 0.82 0 0.70 229.09 1 0.15
Hex 0 E 4D 64 52 0 46 E5 64 F
Octal 0 16 115 144 122 0 106 345 144 17
Binary 0 1110 1001101 1100100 1010010 0 1000110 11100101 1100100 1111

Color Harmonies of #000E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E4D

Black with #000E4D

Text Example


Text Example

White with #000E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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