Html Css Color HEX #000E56 Sapphire

📋 copy color: '#000E56'

red 0 ◦ green 14 ◦ blue 86

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

Shades of Sapphire #000E56

Tints of Sapphire #000E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 86%

R = 0%
G = 14%
B = 86%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#000E56 (or 0x000E56) is known color: Sapphire. HEX triplet: 00, 0E and 56. RGB value is (0,14,86). Sum of RGB (Red+Green+Blue) = 0+14+86=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 86 (33.98% from 255 or 86% from 100); Max value from RGB is 86 - color contains mainly: blue. Hex color #000E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E56 is #FFF1A9. Grayscale: #111111. Windows color (decimal): -16773546 or 5639680. OLE color: 5639680.

HSL color Cylindrical-coordinate representation of color #000E56: hue angle of 230.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E56 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 14 86 -
CMYK 1 0.84 0 0.66
HSL 230.23º 1% 0.17% -
HSV(B) 230.23º 1% 0.34% -
XYZ 1.84 0.99 8.9 -
YUV 18.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 0 14 86 1 0.84 0 0.66 230.23 1 0.17
Hex 0 E 56 64 54 0 42 E6 64 11
Octal 0 16 126 144 124 0 102 346 144 21
Binary 0 1110 1010110 1100100 1010100 0 1000010 11100110 1100100 10001

Color Harmonies of #000E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E56

Black with #000E56

Text Example


Text Example

White with #000E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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