Html Css Color HEX #0128E1 Medium Blue

📋 copy color: '#0128E1'

red 1 ◦ green 40 ◦ blue 225

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

Shades of Medium Blue #0128E1

Tints of Medium Blue #0128E1

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 225 (88.28% from 255) = 84.59%

R = 0.38%
G = 15.04%
B = 84.59%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0128E1 (or 0x0128E1) is known color: Medium Blue. HEX triplet: 01, 28 and E1. RGB value is (1,40,225). Sum of RGB (Red+Green+Blue) = 1+40+225=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 225 (88.28% from 255 or 84.59% from 266); Max value from RGB is 225 - color contains mainly: blue. Hex color #0128E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0128E1 is #FED71E. Grayscale: #303030. Windows color (decimal): -16701215 or 14755841. OLE color: 14755841.

HSL color Cylindrical-coordinate representation of color #0128E1: hue angle of 229.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0128E1 is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 40 225 -
CMYK 1.00 0.82 0 0.12
HSL 229.55º 0.99% 0.44% -
HSV(B) 229.55º 1% 0.88% -
XYZ 14.36 6.96 71.82 -
YUV 49.43 227.08 93.46 -
System Red Green Blue C M Y K H S L
Decimal 1 40 225 1.00 0.82 0 0.12 229.55 0.99 0.44
Hex 1 28 E1 64 52 0 C E6 63 2C
Octal 1 50 341 144 122 0 14 346 143 54
Binary 1 101000 11100001 1100100 1010010 0 1100 11100110 1100011 101100

Color Harmonies of #0128E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0128E1

Black with #0128E1

Text Example


Text Example

White with #0128E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0128E1; }

 p { color: rgb(1,40,225); }

 H1.HeaderClassName
 {
   color: #0128E1;
 }
 .AnyTagClassName
 {
   color: #0128E1;
 }
</style>

background-color css

<style>
 a { background-color: #0128E1; }

 a { background-color: rgb(1,40,225); }

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

border-color css

<style>
 span { border-color: #0128E1; }

 span { border-color: rgb(1,40,225); }

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