Html Css Color HEX #000E4F Sapphire

📋 copy color: '#000E4F'

red 0 ◦ green 14 ◦ blue 79

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

Shades of Sapphire #000E4F

Tints of Sapphire #000E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 84.95%

R = 0%
G = 15.05%
B = 84.95%

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

#000E4F (or 0x000E4F) is known color: Sapphire. HEX triplet: 00, 0E and 4F. RGB value is (0,14,79). Sum of RGB (Red+Green+Blue) = 0+14+79=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #000E4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E4F is #FFF1B0. Grayscale: #101010. Windows color (decimal): -16773553 or 5180928. OLE color: 5180928.

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

Color convert

RGB 0 14 79 -
CMYK 1 0.82 0 0.69
HSL 229.37º 1% 0.15% -
HSV(B) 229.37º 1% 0.31% -
XYZ 1.57 0.88 7.48 -
YUV 17.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 0 14 79 1 0.82 0 0.69 229.37 1 0.15
Hex 0 E 4F 64 52 0 45 E5 64 F
Octal 0 16 117 144 122 0 105 345 144 17
Binary 0 1110 1001111 1100100 1010010 0 1000101 11100101 1100100 1111

Color Harmonies of #000E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E4F

Black with #000E4F

Text Example


Text Example

White with #000E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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