Html Css Color HEX #0E71EB Navy Blue

📋 copy color: '#0E71EB'

red 14 ◦ green 113 ◦ blue 235

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

Shades of Navy Blue #0E71EB

Tints of Navy Blue #0E71EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 3.87%
G = 31.22%
B = 64.92%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E71EB (or 0x0E71EB) is known color: Navy Blue. HEX triplet: 0E, 71 and EB. RGB value is (14,113,235). Sum of RGB (Red+Green+Blue) = 14+113+235=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E71EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E71EB is #F18E14. Grayscale: #606060. Windows color (decimal): -15830549 or 15429902. OLE color: 15429902.

HSL color Cylindrical-coordinate representation of color #0E71EB: hue angle of 213.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E71EB is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 113 235 -
CMYK 0.94 0.52 0 0.08
HSL 213.12º 0.89% 0.49% -
HSV(B) 213.12º 0.94% 0.92% -
XYZ 21.08 17.9 80.94 -
YUV 97.31 205.7 68.58 -
System Red Green Blue C M Y K H S L
Decimal 14 113 235 0.94 0.52 0 0.08 213.12 0.89 0.49
Hex E 71 EB 5E 34 0 8 D5 59 31
Octal 16 161 353 136 64 0 10 325 131 61
Binary 1110 1110001 11101011 1011110 110100 0 1000 11010101 1011001 110001

Color Harmonies of #0E71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E71EB

Black with #0E71EB

Text Example


Text Example

White with #0E71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,235); }

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

background-color css

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

 a { background-color: rgb(14,113,235); }

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

border-color css

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

 span { border-color: rgb(14,113,235); }

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