Html Css Color HEX #000E5F Sapphire

📋 copy color: '#000E5F'

red 0 ◦ green 14 ◦ blue 95

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

Shades of Sapphire #000E5F

Tints of Sapphire #000E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 87.16%

R = 0%
G = 12.84%
B = 87.16%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#000E5F (or 0x000E5F) is known color: Sapphire. HEX triplet: 00, 0E and 5F. RGB value is (0,14,95). Sum of RGB (Red+Green+Blue) = 0+14+95=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #000E5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E5F is #FFF1A0. Grayscale: #121212. Windows color (decimal): -16773537 or 6229504. OLE color: 6229504.

HSL color Cylindrical-coordinate representation of color #000E5F: hue angle of 231.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E5F is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 14 95 -
CMYK 1 0.85 0 0.63
HSL 231.16º 1% 0.19% -
HSV(B) 231.16º 1% 0.37% -
XYZ 2.22 1.14 10.93 -
YUV 19.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 0 14 95 1 0.85 0 0.63 231.16 1 0.19
Hex 0 E 5F 64 55 0 3F E7 64 13
Octal 0 16 137 144 125 0 77 347 144 23
Binary 0 1110 1011111 1100100 1010101 0 111111 11100111 1100100 10011

Color Harmonies of #000E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E5F

Black with #000E5F

Text Example


Text Example

White with #000E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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