Html Css Color HEX #000E83 Navy

📋 copy color: '#000E83'

red 0 ◦ green 14 ◦ blue 131

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

Shades of Navy #000E83

Tints of Navy #000E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 90.34%

R = 0%
G = 9.66%
B = 90.34%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000E83 (or 0x000E83) is known color: Navy. HEX triplet: 00, 0E and 83. RGB value is (0,14,131). Sum of RGB (Red+Green+Blue) = 0+14+131=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 131 (51.56% from 255 or 90.34% from 145); Max value from RGB is 131 - color contains mainly: blue. Hex color #000E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E83 is #FFF17C. Grayscale: #161616. Windows color (decimal): -16773501 or 8588800. OLE color: 8588800.

HSL color Cylindrical-coordinate representation of color #000E83: hue angle of 233.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E83 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 14 131 -
CMYK 1 0.89 0 0.49
HSL 233.59º 1% 0.26% -
HSV(B) 233.59º 1% 0.51% -
XYZ 4.25 1.95 21.63 -
YUV 23.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 0 14 131 1 0.89 0 0.49 233.59 1 0.26
Hex 0 E 83 64 59 0 31 EA 64 1A
Octal 0 16 203 144 131 0 61 352 144 32
Binary 0 1110 10000011 1100100 1011001 0 110001 11101010 1100100 11010

Color Harmonies of #000E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E83

Black with #000E83

Text Example


Text Example

White with #000E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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