Html Css Color HEX #0E037D Navy

📋 copy color: '#0E037D'

red 14 ◦ green 3 ◦ blue 125

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

Shades of Navy #0E037D

Tints of Navy #0E037D

RGB

 RED value IS 14 (5.86% from 255) = 9.86%

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 125 (49.22% from 255) = 88.03%

R = 9.86%
G = 2.11%
B = 88.03%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E037D (or 0x0E037D) is known color: Navy. HEX triplet: 0E, 03 and 7D. RGB value is (14,3,125). Sum of RGB (Red+Green+Blue) = 14+3+125=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 125 (49.22% from 255 or 88.03% from 142); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E037D is #F1FC82. Grayscale: #131313. Windows color (decimal): -15858819 or 8192782. OLE color: 8192782.

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

Color convert

RGB 14 3 125 -
CMYK 0.89 0.98 0 0.51
HSL 245.41º 0.95% 0.25% -
HSV(B) 245.41º 0.98% 0.49% -
XYZ 3.92 1.64 19.51 -
YUV 20.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 14 3 125 0.89 0.98 0 0.51 245.41 0.95 0.25
Hex E 3 7D 59 62 0 33 F5 5F 19
Octal 16 3 175 131 142 0 63 365 137 31
Binary 1110 11 1111101 1011001 1100010 0 110011 11110101 1011111 11001

Color Harmonies of #0E037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E037D

Black with #0E037D

Text Example


Text Example

White with #0E037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E037D; }

 p { color: rgb(14,3,125); }

 H1.HeaderClassName
 {
   color: #0E037D;
 }
 .AnyTagClassName
 {
   color: #0E037D;
 }
</style>

background-color css

<style>
 a { background-color: #0E037D; }

 a { background-color: rgb(14,3,125); }

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

border-color css

<style>
 span { border-color: #0E037D; }

 span { border-color: rgb(14,3,125); }

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