Html Css Color HEX #000E67 Sapphire

📋 copy color: '#000E67'

red 0 ◦ green 14 ◦ blue 103

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

Shades of Sapphire #000E67

Tints of Sapphire #000E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 88.03%

R = 0%
G = 11.97%
B = 88.03%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000E67 (or 0x000E67) is known color: Sapphire. HEX triplet: 00, 0E and 67. RGB value is (0,14,103). Sum of RGB (Red+Green+Blue) = 0+14+103=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 103 (40.62% from 255 or 88.03% from 117); Max value from RGB is 103 - color contains mainly: blue. Hex color #000E67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E67 is #FFF198. Grayscale: #131313. Windows color (decimal): -16773529 or 6753792. OLE color: 6753792.

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

Color convert

RGB 0 14 103 -
CMYK 1 0.86 0 0.60
HSL 231.84º 1% 0.2% -
HSV(B) 231.84º 1% 0.4% -
XYZ 2.61 1.29 12.94 -
YUV 19.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 0 14 103 1 0.86 0 0.60 231.84 1 0.2
Hex 0 E 67 64 56 0 3C E8 64 14
Octal 0 16 147 144 126 0 74 350 144 24
Binary 0 1110 1100111 1100100 1010110 0 111100 11101000 1100100 10100

Color Harmonies of #000E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E67

Black with #000E67

Text Example


Text Example

White with #000E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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