Html Css Color HEX #0E036F Navy

📋 copy color: '#0E036F'

red 14 ◦ green 3 ◦ blue 111

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

Shades of Navy #0E036F

Tints of Navy #0E036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 86.72%

R = 10.94%
G = 2.34%
B = 86.72%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E036F (or 0x0E036F) is known color: Navy. HEX triplet: 0E, 03 and 6F. RGB value is (14,3,111). Sum of RGB (Red+Green+Blue) = 14+3+111=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 111 (43.75% from 255 or 86.72% from 128); Max value from RGB is 111 - color contains mainly: blue. Hex color #0E036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E036F is #F1FC90. Grayscale: #121212. Windows color (decimal): -15858833 or 7275278. OLE color: 7275278.

HSL color Cylindrical-coordinate representation of color #0E036F: hue angle of 246.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E036F is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 3 111 -
CMYK 0.87 0.97 0 0.56
HSL 246.11º 0.95% 0.22% -
HSV(B) 246.11º 0.97% 0.44% -
XYZ 3.08 1.31 15.13 -
YUV 18.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 14 3 111 0.87 0.97 0 0.56 246.11 0.95 0.22
Hex E 3 6F 57 61 0 38 F6 5F 16
Octal 16 3 157 127 141 0 70 366 137 26
Binary 1110 11 1101111 1010111 1100001 0 111000 11110110 1011111 10110

Color Harmonies of #0E036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E036F

Black with #0E036F

Text Example


Text Example

White with #0E036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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