Html Css Color HEX #0401BD Medium Blue

📋 copy color: '#0401BD'

red 4 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #0401BD

Tints of Medium Blue #0401BD

RGB

 RED value IS 4 (1.95% from 255) = 2.06%

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

 BLUE value IS 189 (74.22% from 255) = 97.42%

R = 2.06%
G = 0.52%
B = 97.42%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0401BD (or 0x0401BD) is known color: Medium Blue. HEX triplet: 04, 01 and BD. RGB value is (4,1,189). Sum of RGB (Red+Green+Blue) = 4+1+189=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 189 (74.22% from 255 or 97.42% from 194); Max value from RGB is 189 - color contains mainly: blue. Hex color #0401BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0401BD is #FBFE42. Grayscale: #161616. Windows color (decimal): -16514627 or 12386564. OLE color: 12386564.

HSL color Cylindrical-coordinate representation of color #0401BD: hue angle of 240.96º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0401BD is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 1 189 -
CMYK 0.98 0.99 0 0.26
HSL 240.96º 0.99% 0.37% -
HSV(B) 240.96º 0.99% 0.74% -
XYZ 9.25 3.72 48.38 -
YUV 23.33 221.49 114.21 -
System Red Green Blue C M Y K H S L
Decimal 4 1 189 0.98 0.99 0 0.26 240.96 0.99 0.37
Hex 4 1 BD 62 63 0 1A F1 63 25
Octal 4 1 275 142 143 0 32 361 143 45
Binary 100 1 10111101 1100010 1100011 0 11010 11110001 1100011 100101

Color Harmonies of #0401BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0401BD

Black with #0401BD

Text Example


Text Example

White with #0401BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0401BD; }

 p { color: rgb(4,1,189); }

 H1.HeaderClassName
 {
   color: #0401BD;
 }
 .AnyTagClassName
 {
   color: #0401BD;
 }
</style>

background-color css

<style>
 a { background-color: #0401BD; }

 a { background-color: rgb(4,1,189); }

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

border-color css

<style>
 span { border-color: #0401BD; }

 span { border-color: rgb(4,1,189); }

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