Html Css Color HEX #0E6AD7 Navy Blue

📋 copy color: '#0E6AD7'

red 14 ◦ green 106 ◦ blue 215

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

Shades of Navy Blue #0E6AD7

Tints of Navy Blue #0E6AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 215 (84.38% from 255) = 64.18%

R = 4.18%
G = 31.64%
B = 64.18%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0E6AD7 (or 0x0E6AD7) is known color: Navy Blue. HEX triplet: 0E, 6A and D7. RGB value is (14,106,215). Sum of RGB (Red+Green+Blue) = 14+106+215=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E6AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6AD7 is #F19528. Grayscale: #5A5A5A. Windows color (decimal): -15832361 or 14117390. OLE color: 14117390.

HSL color Cylindrical-coordinate representation of color #0E6AD7: hue angle of 212.54º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6AD7 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 106 215 -
CMYK 0.93 0.51 0 0.16
HSL 212.54º 0.88% 0.45% -
HSV(B) 212.54º 0.93% 0.84% -
XYZ 17.6 15.31 66.32 -
YUV 90.92 198.02 73.14 -
System Red Green Blue C M Y K H S L
Decimal 14 106 215 0.93 0.51 0 0.16 212.54 0.88 0.45
Hex E 6A D7 5D 33 0 10 D5 58 2D
Octal 16 152 327 135 63 0 20 325 130 55
Binary 1110 1101010 11010111 1011101 110011 0 10000 11010101 1011000 101101

Color Harmonies of #0E6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6AD7

Black with #0E6AD7

Text Example


Text Example

White with #0E6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,106,215); }

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

background-color css

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

 a { background-color: rgb(14,106,215); }

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

border-color css

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

 span { border-color: rgb(14,106,215); }

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