Html Css Color HEX #0E037C Navy

📋 copy color: '#0E037C'

red 14 ◦ green 3 ◦ blue 124

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

Shades of Navy #0E037C

Tints of Navy #0E037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 87.94%

R = 9.93%
G = 2.13%
B = 87.94%

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

#0E037C (or 0x0E037C) is known color: Navy. HEX triplet: 0E, 03 and 7C. RGB value is (14,3,124). Sum of RGB (Red+Green+Blue) = 14+3+124=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E037C is #F1FC83. Grayscale: #131313. Windows color (decimal): -15858820 or 8127246. OLE color: 8127246.

HSL color Cylindrical-coordinate representation of color #0E037C: hue angle of 245.45º 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 #0E037C is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 3 124 -
CMYK 0.89 0.98 0 0.51
HSL 245.45º 0.95% 0.25% -
HSV(B) 245.45º 0.98% 0.49% -
XYZ 3.85 1.61 19.18 -
YUV 20.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 14 3 124 0.89 0.98 0 0.51 245.45 0.95 0.25
Hex E 3 7C 59 62 0 33 F5 5F 19
Octal 16 3 174 131 142 0 63 365 137 31
Binary 1110 11 1111100 1011001 1100010 0 110011 11110101 1011111 11001

Color Harmonies of #0E037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E037C

Black with #0E037C

Text Example


Text Example

White with #0E037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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