#0E5AF3

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

Shades of Navy Blue #0E5AF3

Tints of Navy Blue #0E5AF3

Color information

#0E5AF3 (or 0x0E5AF3) is unknown color: approx Navy Blue. HEX triplet: 0E, 5A and F3. RGB value is (14,90,243). Sum of RGB (Red+Green+Blue) = 14+90+243=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 243 (95.31% from 255 or 70.03% from 347); Max value from RGB is 243 - color contains mainly: blue. Hex color #0E5AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5AF3 is #F1A50C. Grayscale: #545454. Windows color (decimal): -15836429 or 15948302. OLE color: 15948302.

HSL color Cylindrical-coordinate representation of color #0E5AF3: hue angle of 220.09º 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 #0E5AF3 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1490243-
CMYK0.940.6300.05
HSL220.09º90.51%50.39%-
HSV(B)220.09º94.24%95.29%-
XYZ20.0113.8886.42-
YUV84.72217.3277.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.03%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 243 (95.31% from 255) = 70.03%
R=4.03%
G=25.94%
B=70.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14902430.940.6300.05220.0990.5150.39
HexE5AF35E3F05dc5b32
Octal16132363136770533413362
Binary111010110101111001110111101111110101110111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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