Html Css Color HEX #0E01B8 Medium Blue

📋 copy color: '#0E01B8'

red 14 ◦ green 1 ◦ blue 184

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

Shades of Medium Blue #0E01B8

Tints of Medium Blue #0E01B8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 184 (72.27% from 255) = 92.46%

R = 7.04%
G = 0.5%
B = 92.46%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0E01B8 (or 0x0E01B8) is known color: Medium Blue. HEX triplet: 0E, 01 and B8. RGB value is (14,1,184). Sum of RGB (Red+Green+Blue) = 14+1+184=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 184 (72.27% from 255 or 92.46% from 199); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E01B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E01B8 is #F1FE47. Grayscale: #191919. Windows color (decimal): -15859272 or 12058894. OLE color: 12058894.

HSL color Cylindrical-coordinate representation of color #0E01B8: hue angle of 244.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E01B8 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 1 184 -
CMYK 0.92 0.99 0 0.28
HSL 244.26º 0.99% 0.36% -
HSV(B) 244.26º 0.99% 0.72% -
XYZ 8.84 3.58 45.57 -
YUV 25.75 217.31 119.62 -
System Red Green Blue C M Y K H S L
Decimal 14 1 184 0.92 0.99 0 0.28 244.26 0.99 0.36
Hex E 1 B8 5C 63 0 1C F4 63 24
Octal 16 1 270 134 143 0 34 364 143 44
Binary 1110 1 10111000 1011100 1100011 0 11100 11110100 1100011 100100

Color Harmonies of #0E01B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E01B8

Black with #0E01B8

Text Example


Text Example

White with #0E01B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,184); }

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

background-color css

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

 a { background-color: rgb(14,1,184); }

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

border-color css

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

 span { border-color: rgb(14,1,184); }

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