Html Css Color HEX #0301BB Medium Blue

📋 copy color: '#0301BB'

red 3 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #0301BB

Tints of Medium Blue #0301BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 97.91%

R = 1.57%
G = 0.52%
B = 97.91%

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

#0301BB (or 0x0301BB) is known color: Medium Blue. HEX triplet: 03, 01 and BB. RGB value is (3,1,187). Sum of RGB (Red+Green+Blue) = 3+1+187=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 187 (73.44% from 255 or 97.91% from 191); Max value from RGB is 187 - color contains mainly: blue. Hex color #0301BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0301BB is #FCFE44. Grayscale: #161616. Windows color (decimal): -16580165 or 12255491. OLE color: 12255491.

HSL color Cylindrical-coordinate representation of color #0301BB: 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 #0301BB is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 1 187 -
CMYK 0.98 0.99 0 0.27
HSL 240.65º 0.99% 0.37% -
HSV(B) 240.65º 0.99% 0.73% -
XYZ 9.02 3.63 47.24 -
YUV 22.8 220.66 113.88 -
System Red Green Blue C M Y K H S L
Decimal 3 1 187 0.98 0.99 0 0.27 240.65 0.99 0.37
Hex 3 1 BB 62 63 0 1B F1 63 25
Octal 3 1 273 142 143 0 33 361 143 45
Binary 11 1 10111011 1100010 1100011 0 11011 11110001 1100011 100101

Color Harmonies of #0301BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0301BB

Black with #0301BB

Text Example


Text Example

White with #0301BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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