Html Css Color HEX #0E7EDC Navy Blue

📋 copy color: '#0E7EDC'

red 14 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #0E7EDC

Tints of Navy Blue #0E7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 3.89%
G = 35%
B = 61.11%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E7EDC (or 0x0E7EDC) is known color: Navy Blue. HEX triplet: 0E, 7E and DC. RGB value is (14,126,220). Sum of RGB (Red+Green+Blue) = 14+126+220=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E7EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7EDC is #F18123. Grayscale: #666666. Windows color (decimal): -15827236 or 14450190. OLE color: 14450190.

HSL color Cylindrical-coordinate representation of color #0E7EDC: hue angle of 207.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7EDC is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 126 220 -
CMYK 0.94 0.43 0 0.14
HSL 207.38º 0.88% 0.46% -
HSV(B) 207.38º 0.94% 0.86% -
XYZ 20.56 20.18 70.52 -
YUV 103.23 193.89 64.36 -
System Red Green Blue C M Y K H S L
Decimal 14 126 220 0.94 0.43 0 0.14 207.38 0.88 0.46
Hex E 7E DC 5E 2B 0 E CF 58 2E
Octal 16 176 334 136 53 0 16 317 130 56
Binary 1110 1111110 11011100 1011110 101011 0 1110 11001111 1011000 101110

Color Harmonies of #0E7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7EDC

Black with #0E7EDC

Text Example


Text Example

White with #0E7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,126,220); }

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

background-color css

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

 a { background-color: rgb(14,126,220); }

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

border-color css

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

 span { border-color: rgb(14,126,220); }

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