#0E1AFA

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

Shades of Blue #0E1AFA

Tints of Blue #0E1AFA

Color information

#0E1AFA (or 0x0E1AFA) is unknown color: approx Blue. HEX triplet: 0E, 1A and FA. RGB value is (14,26,250). Sum of RGB (Red+Green+Blue) = 14+26+250=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E1AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E1AFA is #F1E505. Grayscale: #2F2F2F. Windows color (decimal): -15852806 or 16390670. OLE color: 16390670.

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

Color convert

RGB1426250-
CMYK0.940.9000.02
HSL236.95º95.93%51.76%-
HSV(B)236.95º94.4%98.04%-
XYZ17.817.7391-
YUV47.95242.02103.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 250 (98.05% from 255) = 86.21%
R=4.83%
G=8.97%
B=86.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14262500.940.9000.02236.9595.9351.76
HexE1AFA5E5A02ed6034
Octal16323721361320235514064
Binary1110110101111101010111101011010010111011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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