Html Css Color HEX #1309BA Medium Blue

📋 copy color: '#1309BA'

red 19 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #1309BA

Tints of Medium Blue #1309BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 8.88%
G = 4.21%
B = 86.92%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1309BA (or 0x1309BA) is known color: Medium Blue. HEX triplet: 13, 09 and BA. RGB value is (19,9,186). Sum of RGB (Red+Green+Blue) = 19+9+186=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #1309BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1309BA is #ECF645. Grayscale: #1F1F1F. Windows color (decimal): -15529542 or 12192019. OLE color: 12192019.

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

Color convert

RGB 19 9 186 -
CMYK 0.90 0.95 0 0.27
HSL 243.39º 0.91% 0.38% -
HSV(B) 243.39º 0.95% 0.73% -
XYZ 9.23 3.88 46.72 -
YUV 32.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 19 9 186 0.90 0.95 0 0.27 243.39 0.91 0.38
Hex 13 9 BA 5A 5F 0 1B F3 5B 26
Octal 23 11 272 132 137 0 33 363 133 46
Binary 10011 1001 10111010 1011010 1011111 0 11011 11110011 1011011 100110

Color Harmonies of #1309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1309BA

Black with #1309BA

Text Example


Text Example

White with #1309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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