Html Css Color HEX #0E03BF Medium Blue

📋 copy color: '#0E03BF'

red 14 ◦ green 3 ◦ blue 191

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

Shades of Medium Blue #0E03BF

Tints of Medium Blue #0E03BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 191 (75% from 255) = 91.83%

R = 6.73%
G = 1.44%
B = 91.83%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E03BF (or 0x0E03BF) is known color: Medium Blue. HEX triplet: 0E, 03 and BF. RGB value is (14,3,191). Sum of RGB (Red+Green+Blue) = 14+3+191=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 191 (75% from 255 or 91.83% from 208); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E03BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E03BF is #F1FC40. Grayscale: #1A1A1A. Windows color (decimal): -15858753 or 12518158. OLE color: 12518158.

HSL color Cylindrical-coordinate representation of color #0E03BF: hue angle of 243.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E03BF is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 3 191 -
CMYK 0.93 0.98 0 0.25
HSL 243.51º 0.97% 0.38% -
HSV(B) 243.51º 0.98% 0.75% -
XYZ 9.62 3.92 49.54 -
YUV 27.72 220.14 118.21 -
System Red Green Blue C M Y K H S L
Decimal 14 3 191 0.93 0.98 0 0.25 243.51 0.97 0.38
Hex E 3 BF 5D 62 0 19 F4 61 26
Octal 16 3 277 135 142 0 31 364 141 46
Binary 1110 11 10111111 1011101 1100010 0 11001 11110100 1100001 100110

Color Harmonies of #0E03BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E03BF

Black with #0E03BF

Text Example


Text Example

White with #0E03BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,3,191); }

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

background-color css

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

 a { background-color: rgb(14,3,191); }

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

border-color css

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

 span { border-color: rgb(14,3,191); }

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