Html Css Color HEX #0E18BB Medium Blue

📋 copy color: '#0E18BB'

red 14 ◦ green 24 ◦ blue 187

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

Shades of Medium Blue #0E18BB

Tints of Medium Blue #0E18BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 187 (73.44% from 255) = 83.11%

R = 6.22%
G = 10.67%
B = 83.11%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E18BB (or 0x0E18BB) is known color: Medium Blue. HEX triplet: 0E, 18 and BB. RGB value is (14,24,187). Sum of RGB (Red+Green+Blue) = 14+24+187=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E18BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E18BB is #F1E744. Grayscale: #262626. Windows color (decimal): -15853381 or 12261390. OLE color: 12261390.

HSL color Cylindrical-coordinate representation of color #0E18BB: hue angle of 236.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E18BB is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 24 187 -
CMYK 0.93 0.87 0 0.27
HSL 236.53º 0.86% 0.39% -
HSV(B) 236.53º 0.93% 0.73% -
XYZ 9.48 4.33 47.35 -
YUV 39.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 14 24 187 0.93 0.87 0 0.27 236.53 0.86 0.39
Hex E 18 BB 5D 57 0 1B ED 56 27
Octal 16 30 273 135 127 0 33 355 126 47
Binary 1110 11000 10111011 1011101 1010111 0 11011 11101101 1010110 100111

Color Harmonies of #0E18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E18BB

Black with #0E18BB

Text Example


Text Example

White with #0E18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,187); }

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

background-color css

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

 a { background-color: rgb(14,24,187); }

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

border-color css

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

 span { border-color: rgb(14,24,187); }

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