Html Css Color HEX #0301BA Medium Blue

📋 copy color: '#0301BA'

red 3 ◦ green 1 ◦ blue 186

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

Shades of Medium Blue #0301BA

Tints of Medium Blue #0301BA

RGB

 RED value IS 3 (1.56% from 255) = 1.58%

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

 BLUE value IS 186 (73.05% from 255) = 97.89%

R = 1.58%
G = 0.53%
B = 97.89%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0301BA (or 0x0301BA) is known color: Medium Blue. HEX triplet: 03, 01 and BA. RGB value is (3,1,186). Sum of RGB (Red+Green+Blue) = 3+1+186=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 186 (73.05% from 255 or 97.89% from 190); Max value from RGB is 186 - color contains mainly: blue. Hex color #0301BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0301BA is #FCFE45. Grayscale: #151515. Windows color (decimal): -16580166 or 12189955. OLE color: 12189955.

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

Color convert

RGB 3 1 186 -
CMYK 0.98 0.99 0 0.27
HSL 240.65º 0.99% 0.37% -
HSV(B) 240.65º 0.99% 0.73% -
XYZ 8.91 3.59 46.68 -
YUV 22.69 220.16 113.96 -
System Red Green Blue C M Y K H S L
Decimal 3 1 186 0.98 0.99 0 0.27 240.65 0.99 0.37
Hex 3 1 BA 62 63 0 1B F1 63 25
Octal 3 1 272 142 143 0 33 361 143 45
Binary 11 1 10111010 1100010 1100011 0 11011 11110001 1100011 100101

Color Harmonies of #0301BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0301BA

Black with #0301BA

Text Example


Text Example

White with #0301BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0301BA; }

 p { color: rgb(3,1,186); }

 H1.HeaderClassName
 {
   color: #0301BA;
 }
 .AnyTagClassName
 {
   color: #0301BA;
 }
</style>

background-color css

<style>
 a { background-color: #0301BA; }

 a { background-color: rgb(3,1,186); }

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

border-color css

<style>
 span { border-color: #0301BA; }

 span { border-color: rgb(3,1,186); }

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