Html Css Color HEX #0E7EDD Navy Blue

📋 copy color: '#0E7EDD'

red 14 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #0E7EDD

Tints of Navy Blue #0E7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 3.88%
G = 34.9%
B = 61.22%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E7EDD (or 0x0E7EDD) is known color: Navy Blue. HEX triplet: 0E, 7E and DD. RGB value is (14,126,221). Sum of RGB (Red+Green+Blue) = 14+126+221=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E7EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7EDD is #F18122. Grayscale: #666666. Windows color (decimal): -15827235 or 14515726. OLE color: 14515726.

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

Color convert

RGB 14 126 221 -
CMYK 0.94 0.43 0 0.13
HSL 207.54º 0.88% 0.46% -
HSV(B) 207.54º 0.94% 0.87% -
XYZ 20.69 20.24 71.22 -
YUV 103.34 194.39 64.28 -
System Red Green Blue C M Y K H S L
Decimal 14 126 221 0.94 0.43 0 0.13 207.54 0.88 0.46
Hex E 7E DD 5E 2B 0 D D0 58 2E
Octal 16 176 335 136 53 0 15 320 130 56
Binary 1110 1111110 11011101 1011110 101011 0 1101 11010000 1011000 101110

Color Harmonies of #0E7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7EDD

Black with #0E7EDD

Text Example


Text Example

White with #0E7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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