Html Css Color HEX #1300BA Medium Blue

📋 copy color: '#1300BA'

red 19 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #1300BA

Tints of Medium Blue #1300BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.27%
G = 0%
B = 90.73%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1300BA (or 0x1300BA) is known color: Medium Blue. HEX triplet: 13, 00 and BA. RGB value is (19,0,186). Sum of RGB (Red+Green+Blue) = 19+0+186=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #1300BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300BA is #ECFF45. Grayscale: #1A1A1A. Windows color (decimal): -15531846 or 12189715. OLE color: 12189715.

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

Color convert

RGB 19 0 186 -
CMYK 0.90 1 0 0.27
HSL 246.13º 1% 0.36% -
HSV(B) 246.13º 1% 0.73% -
XYZ 9.13 3.68 46.68 -
YUV 26.89 217.79 122.38 -
System Red Green Blue C M Y K H S L
Decimal 19 0 186 0.90 1 0 0.27 246.13 1 0.36
Hex 13 0 BA 5A 64 0 1B F6 64 24
Octal 23 0 272 132 144 0 33 366 144 44
Binary 10011 0 10111010 1011010 1100100 0 11011 11110110 1100100 100100

Color Harmonies of #1300BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1300BA

Black with #1300BA

Text Example


Text Example

White with #1300BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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