Html Css Color HEX #0301BE Medium Blue

📋 copy color: '#0301BE'

red 3 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #0301BE

Tints of Medium Blue #0301BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 97.94%

R = 1.55%
G = 0.52%
B = 97.94%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0301BE (or 0x0301BE) is known color: Medium Blue. HEX triplet: 03, 01 and BE. RGB value is (3,1,190). Sum of RGB (Red+Green+Blue) = 3+1+190=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 190 (74.61% from 255 or 97.94% from 194); Max value from RGB is 190 - color contains mainly: blue. Hex color #0301BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0301BE is #FCFE41. Grayscale: #161616. Windows color (decimal): -16580162 or 12452099. OLE color: 12452099.

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

Color convert

RGB 3 1 190 -
CMYK 0.98 0.99 0 0.25
HSL 240.63º 0.99% 0.37% -
HSV(B) 240.63º 0.99% 0.75% -
XYZ 9.34 3.76 48.95 -
YUV 23.14 222.16 113.63 -
System Red Green Blue C M Y K H S L
Decimal 3 1 190 0.98 0.99 0 0.25 240.63 0.99 0.37
Hex 3 1 BE 62 63 0 19 F1 63 25
Octal 3 1 276 142 143 0 31 361 143 45
Binary 11 1 10111110 1100010 1100011 0 11001 11110001 1100011 100101

Color Harmonies of #0301BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0301BE

Black with #0301BE

Text Example


Text Example

White with #0301BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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