Html Css Color HEX #0E69D5 Navy Blue

📋 copy color: '#0E69D5'

red 14 ◦ green 105 ◦ blue 213

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

Shades of Navy Blue #0E69D5

Tints of Navy Blue #0E69D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 213 (83.59% from 255) = 64.16%

R = 4.22%
G = 31.63%
B = 64.16%

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

#0E69D5 (or 0x0E69D5) is known color: Navy Blue. HEX triplet: 0E, 69 and D5. RGB value is (14,105,213). Sum of RGB (Red+Green+Blue) = 14+105+213=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #0E69D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E69D5 is #F1962A. Grayscale: #595959. Windows color (decimal): -15832619 or 13986062. OLE color: 13986062.

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

Color convert

RGB 14 105 213 -
CMYK 0.93 0.51 0 0.16
HSL 212.56º 0.88% 0.45% -
HSV(B) 212.56º 0.93% 0.84% -
XYZ 17.24 15 64.94 -
YUV 90.1 197.35 73.72 -
System Red Green Blue C M Y K H S L
Decimal 14 105 213 0.93 0.51 0 0.16 212.56 0.88 0.45
Hex E 69 D5 5D 33 0 10 D5 58 2D
Octal 16 151 325 135 63 0 20 325 130 55
Binary 1110 1101001 11010101 1011101 110011 0 10000 11010101 1011000 101101

Color Harmonies of #0E69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E69D5

Black with #0E69D5

Text Example


Text Example

White with #0E69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,105,213); }

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

background-color css

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

 a { background-color: rgb(14,105,213); }

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

border-color css

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

 span { border-color: rgb(14,105,213); }

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