Html Css Color HEX #000E65 Sapphire

📋 copy color: '#000E65'

red 0 ◦ green 14 ◦ blue 101

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

Shades of Sapphire #000E65

Tints of Sapphire #000E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 87.83%

R = 0%
G = 12.17%
B = 87.83%

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

#000E65 (or 0x000E65) is known color: Sapphire. HEX triplet: 00, 0E and 65. RGB value is (0,14,101). Sum of RGB (Red+Green+Blue) = 0+14+101=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 101 (39.84% from 255 or 87.83% from 115); Max value from RGB is 101 - color contains mainly: blue. Hex color #000E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E65 is #FFF19A. Grayscale: #131313. Windows color (decimal): -16773531 or 6622720. OLE color: 6622720.

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

Color convert

RGB 0 14 101 -
CMYK 1 0.86 0 0.60
HSL 231.68º 1% 0.2% -
HSV(B) 231.68º 1% 0.4% -
XYZ 2.51 1.25 12.42 -
YUV 19.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 0 14 101 1 0.86 0 0.60 231.68 1 0.2
Hex 0 E 65 64 56 0 3C E8 64 14
Octal 0 16 145 144 126 0 74 350 144 24
Binary 0 1110 1100101 1100100 1010110 0 111100 11101000 1100100 10100

Color Harmonies of #000E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E65

Black with #000E65

Text Example


Text Example

White with #000E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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