Html Css Color HEX #000E62 Sapphire

📋 copy color: '#000E62'

red 0 ◦ green 14 ◦ blue 98

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

Shades of Sapphire #000E62

Tints of Sapphire #000E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 87.5%

R = 0%
G = 12.5%
B = 87.5%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000E62 (or 0x000E62) is known color: Sapphire. HEX triplet: 00, 0E and 62. RGB value is (0,14,98). Sum of RGB (Red+Green+Blue) = 0+14+98=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #000E62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E62 is #FFF19D. Grayscale: #131313. Windows color (decimal): -16773534 or 6426112. OLE color: 6426112.

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

Color convert

RGB 0 14 98 -
CMYK 1 0.86 0 0.62
HSL 231.43º 1% 0.19% -
HSV(B) 231.43º 1% 0.38% -
XYZ 2.36 1.2 11.66 -
YUV 19.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 0 14 98 1 0.86 0 0.62 231.43 1 0.19
Hex 0 E 62 64 56 0 3E E7 64 13
Octal 0 16 142 144 126 0 76 347 144 23
Binary 0 1110 1100010 1100100 1010110 0 111110 11100111 1100100 10011

Color Harmonies of #000E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E62

Black with #000E62

Text Example


Text Example

White with #000E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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