Html Css Color HEX #1308BA Medium Blue

📋 copy color: '#1308BA'

red 19 ◦ green 8 ◦ blue 186

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

Shades of Medium Blue #1308BA

Tints of Medium Blue #1308BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 8.92%
G = 3.76%
B = 87.32%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1308BA (or 0x1308BA) is known color: Medium Blue. HEX triplet: 13, 08 and BA. RGB value is (19,8,186). Sum of RGB (Red+Green+Blue) = 19+8+186=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #1308BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308BA is #ECF745. Grayscale: #1E1E1E. Windows color (decimal): -15529798 or 12191763. OLE color: 12191763.

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

Color convert

RGB 19 8 186 -
CMYK 0.90 0.96 0 0.27
HSL 243.71º 0.92% 0.38% -
HSV(B) 243.71º 0.96% 0.73% -
XYZ 9.22 3.86 46.71 -
YUV 31.58 215.14 119.03 -
System Red Green Blue C M Y K H S L
Decimal 19 8 186 0.90 0.96 0 0.27 243.71 0.92 0.38
Hex 13 8 BA 5A 60 0 1B F4 5C 26
Octal 23 10 272 132 140 0 33 364 134 46
Binary 10011 1000 10111010 1011010 1100000 0 11011 11110100 1011100 100110

Color Harmonies of #1308BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308BA

Black with #1308BA

Text Example


Text Example

White with #1308BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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