Html Css Color HEX #0E47FA Navy Blue

📋 copy color: '#0E47FA'

red 14 ◦ green 71 ◦ blue 250

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

Shades of Navy Blue #0E47FA

Tints of Navy Blue #0E47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 4.18%
G = 21.19%
B = 74.63%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E47FA (or 0x0E47FA) is known color: Navy Blue. HEX triplet: 0E, 47 and FA. RGB value is (14,71,250). Sum of RGB (Red+Green+Blue) = 14+71+250=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E47FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E47FA is #F1B805. Grayscale: #494949. Windows color (decimal): -15841286 or 16402190. OLE color: 16402190.

HSL color Cylindrical-coordinate representation of color #0E47FA: hue angle of 225.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E47FA is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 71 250 -
CMYK 0.94 0.72 0 0.02
HSL 225.51º 0.96% 0.52% -
HSV(B) 225.51º 0.94% 0.98% -
XYZ 19.69 11.5 91.62 -
YUV 74.36 227.12 84.95 -
System Red Green Blue C M Y K H S L
Decimal 14 71 250 0.94 0.72 0 0.02 225.51 0.96 0.52
Hex E 47 FA 5E 48 0 2 E2 60 34
Octal 16 107 372 136 110 0 2 342 140 64
Binary 1110 1000111 11111010 1011110 1001000 0 10 11100010 1100000 110100

Color Harmonies of #0E47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E47FA

Black with #0E47FA

Text Example


Text Example

White with #0E47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,71,250); }

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

background-color css

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

 a { background-color: rgb(14,71,250); }

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

border-color css

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

 span { border-color: rgb(14,71,250); }

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