Html Css Color HEX #0E1AC9 Medium Blue

📋 copy color: '#0E1AC9'

red 14 ◦ green 26 ◦ blue 201

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

Shades of Medium Blue #0E1AC9

Tints of Medium Blue #0E1AC9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 201 (78.91% from 255) = 83.4%

R = 5.81%
G = 10.79%
B = 83.4%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0E1AC9 (or 0x0E1AC9) is known color: Medium Blue. HEX triplet: 0E, 1A and C9. RGB value is (14,26,201). Sum of RGB (Red+Green+Blue) = 14+26+201=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 201 (78.91% from 255 or 83.40% from 241); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E1AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1AC9 is #F1E536. Grayscale: #292929. Windows color (decimal): -15852855 or 13179406. OLE color: 13179406.

HSL color Cylindrical-coordinate representation of color #0E1AC9: hue angle of 236.15º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E1AC9 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 26 201 -
CMYK 0.93 0.87 0 0.21
HSL 236.15º 0.87% 0.42% -
HSV(B) 236.15º 0.93% 0.79% -
XYZ 11.09 5.05 55.65 -
YUV 42.36 217.52 107.77 -
System Red Green Blue C M Y K H S L
Decimal 14 26 201 0.93 0.87 0 0.21 236.15 0.87 0.42
Hex E 1A C9 5D 57 0 15 EC 57 2A
Octal 16 32 311 135 127 0 25 354 127 52
Binary 1110 11010 11001001 1011101 1010111 0 10101 11101100 1010111 101010

Color Harmonies of #0E1AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1AC9

Black with #0E1AC9

Text Example


Text Example

White with #0E1AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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