Html Css Color HEX #000E66 Sapphire

📋 copy color: '#000E66'

red 0 ◦ green 14 ◦ blue 102

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

Shades of Sapphire #000E66

Tints of Sapphire #000E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 87.93%

R = 0%
G = 12.07%
B = 87.93%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#000E66 (or 0x000E66) is known color: Sapphire. HEX triplet: 00, 0E and 66. RGB value is (0,14,102). Sum of RGB (Red+Green+Blue) = 0+14+102=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 102 (40.23% from 255 or 87.93% from 116); Max value from RGB is 102 - color contains mainly: blue. Hex color #000E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E66 is #FFF199. Grayscale: #131313. Windows color (decimal): -16773530 or 6688256. OLE color: 6688256.

HSL color Cylindrical-coordinate representation of color #000E66: hue angle of 231.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E66 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 14 102 -
CMYK 1 0.86 0 0.6
HSL 231.76º 1% 0.2% -
HSV(B) 231.76º 1% 0.4% -
XYZ 2.56 1.27 12.68 -
YUV 19.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 0 14 102 1 0.86 0 0.6 231.76 1 0.2
Hex 0 E 66 64 56 0 3C E8 64 14
Octal 0 16 146 144 126 0 74 350 144 24
Binary 0 1110 1100110 1100100 1010110 0 111100 11101000 1100100 10100

Color Harmonies of #000E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E66

Black with #000E66

Text Example


Text Example

White with #000E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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