Html Css Color HEX #000E4E Sapphire

📋 copy color: '#000E4E'

red 0 ◦ green 14 ◦ blue 78

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

Shades of Sapphire #000E4E

Tints of Sapphire #000E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 84.78%

R = 0%
G = 15.22%
B = 84.78%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#000E4E (or 0x000E4E) is known color: Sapphire. HEX triplet: 00, 0E and 4E. RGB value is (0,14,78). Sum of RGB (Red+Green+Blue) = 0+14+78=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #000E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E4E is #FFF1B1. Grayscale: #101010. Windows color (decimal): -16773554 or 5115392. OLE color: 5115392.

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

Color convert

RGB 0 14 78 -
CMYK 1 0.82 0 0.69
HSL 229.23º 1% 0.15% -
HSV(B) 229.23º 1% 0.31% -
XYZ 1.53 0.86 7.29 -
YUV 17.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 0 14 78 1 0.82 0 0.69 229.23 1 0.15
Hex 0 E 4E 64 52 0 45 E5 64 F
Octal 0 16 116 144 122 0 105 345 144 17
Binary 0 1110 1001110 1100100 1010010 0 1000101 11100101 1100100 1111

Color Harmonies of #000E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E4E

Black with #000E4E

Text Example


Text Example

White with #000E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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