Html Css Color HEX #1301BA Medium Blue

📋 copy color: '#1301BA'

red 19 ◦ green 1 ◦ blue 186

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

Shades of Medium Blue #1301BA

Tints of Medium Blue #1301BA

RGB

 RED value IS 19 (7.81% from 255) = 9.22%

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

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

R = 9.22%
G = 0.49%
B = 90.29%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1301BA (or 0x1301BA) is known color: Medium Blue. HEX triplet: 13, 01 and BA. RGB value is (19,1,186). Sum of RGB (Red+Green+Blue) = 19+1+186=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #1301BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301BA is #ECFE45. Grayscale: #1A1A1A. Windows color (decimal): -15531590 or 12189971. OLE color: 12189971.

HSL color Cylindrical-coordinate representation of color #1301BA: hue angle of 245.84º 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 #1301BA is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 1 186 -
CMYK 0.90 0.99 0 0.27
HSL 245.84º 0.99% 0.37% -
HSV(B) 245.84º 0.99% 0.73% -
XYZ 9.14 3.71 46.69 -
YUV 27.47 217.46 121.96 -
System Red Green Blue C M Y K H S L
Decimal 19 1 186 0.90 0.99 0 0.27 245.84 0.99 0.37
Hex 13 1 BA 5A 63 0 1B F6 63 25
Octal 23 1 272 132 143 0 33 366 143 45
Binary 10011 1 10111010 1011010 1100011 0 11011 11110110 1100011 100101

Color Harmonies of #1301BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301BA

Black with #1301BA

Text Example


Text Example

White with #1301BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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