#0E4AFC

Color #0E4AFC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0E4AFC

Tints of Navy Blue #0E4AFC

Color information

#0E4AFC (or 0x0E4AFC) is unknown color: approx Navy Blue. HEX triplet: 0E, 4A and FC. RGB value is (14,74,252). Sum of RGB (Red+Green+Blue) = 14+74+252=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E4AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E4AFC is #F1B503. Grayscale: #4B4B4B. Windows color (decimal): -15840516 or 16534030. OLE color: 16534030.

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

Color convert

RGB1474252-
CMYK0.940.7100.01
HSL224.87º97.54%52.16%-
HSV(B)224.87º94.44%98.82%-
XYZ20.212.0293.35-
YUV76.35227.1283.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.12%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 252 (98.83% from 255) = 74.12%
R=4.12%
G=21.76%
B=74.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal14742520.940.7100.01224.8797.5452.16
HexE4AFC5E4701e16234
Octal161123741361070134114264
Binary11101001010111111001011110100011101111000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,74,252); }

 H1.HeaderClassName
 {
   color: #0E4AFC;
 }
 .AnyTagClassName
 {
   color: #0E4AFC;
 }
</style>
background-color css

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

 a { background-color: rgb(14,74,252); }

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

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

 span { border-color: rgb(14,74,252); }

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