Html Css Color HEX #0E4CFE Navy Blue

📋 copy color: '#0E4CFE'

red 14 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #0E4CFE

Tints of Navy Blue #0E4CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 254 (99.61% from 255) = 73.84%

R = 4.07%
G = 22.09%
B = 73.84%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0E4CFE (or 0x0E4CFE) is known color: Navy Blue. HEX triplet: 0E, 4C and FE. RGB value is (14,76,254). Sum of RGB (Red+Green+Blue) = 14+76+254=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E4CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E4CFE is #F1B301. Grayscale: #4C4C4C. Windows color (decimal): -15840002 or 16665614. OLE color: 16665614.

HSL color Cylindrical-coordinate representation of color #0E4CFE: hue angle of 224.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4CFE is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 76 254 -
CMYK 0.94 0.70 0 0.00
HSL 224.5º 0.99% 0.53% -
HSV(B) 224.5º 0.94% 1% -
XYZ 20.65 12.42 95.07 -
YUV 77.75 227.46 82.53 -
System Red Green Blue C M Y K H S L
Decimal 14 76 254 0.94 0.70 0 0.00 224.5 0.99 0.53
Hex E 4C FE 5E 46 0 0 E0 63 35
Octal 16 114 376 136 106 0 0 340 143 65
Binary 1110 1001100 11111110 1011110 1000110 0 0 11100000 1100011 110101

Color Harmonies of #0E4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4CFE

Black with #0E4CFE

Text Example


Text Example

White with #0E4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,76,254); }

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

background-color css

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

 a { background-color: rgb(14,76,254); }

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

border-color css

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

 span { border-color: rgb(14,76,254); }

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