#0E45F3

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

Shades of Navy Blue #0E45F3

Tints of Navy Blue #0E45F3

Color information

#0E45F3 (or 0x0E45F3) is unknown color: approx Navy Blue. HEX triplet: 0E, 45 and F3. RGB value is (14,69,243). Sum of RGB (Red+Green+Blue) = 14+69+243=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 243 (95.31% from 255 or 74.54% from 326); Max value from RGB is 243 - color contains mainly: blue. Hex color #0E45F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E45F3 is #F1BA0C. Grayscale: #474747. Windows color (decimal): -15841805 or 15942926. OLE color: 15942926.

HSL color Cylindrical-coordinate representation of color #0E45F3: hue angle of 225.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E45F3 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1469243-
CMYK0.940.7200.05
HSL225.59º90.51%50.39%-
HSV(B)225.59º94.24%95.29%-
XYZ18.4910.8285.91-
YUV72.39224.2886.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 243 (95.31% from 255) = 74.54%
R=4.29%
G=21.17%
B=74.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14692430.940.7200.05225.5990.5150.39
HexE45F35E4805e25b32
Octal161053631361100534213362
Binary1110100010111110011101111010010000101111000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E45F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,69,243); }

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

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

 a { background-color: rgb(14,69,243); }

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

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

 span { border-color: rgb(14,69,243); }

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