Html Css Color HEX #1013BA Medium Blue

📋 copy color: '#1013BA'

red 16 ◦ green 19 ◦ blue 186

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

Shades of Medium Blue #1013BA

Tints of Medium Blue #1013BA

RGB

 RED value IS 16 (6.64% from 255) = 7.24%

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 7.24%
G = 8.6%
B = 84.16%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1013BA (or 0x1013BA) is known color: Medium Blue. HEX triplet: 10, 13 and BA. RGB value is (16,19,186). Sum of RGB (Red+Green+Blue) = 16+19+186=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #1013BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013BA is #EFEC45. Grayscale: #242424. Windows color (decimal): -15723590 or 12194576. OLE color: 12194576.

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

Color convert

RGB 16 19 186 -
CMYK 0.91 0.90 0 0.27
HSL 238.94º 0.84% 0.4% -
HSV(B) 238.94º 0.91% 0.73% -
XYZ 9.31 4.12 46.76 -
YUV 37.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 16 19 186 0.91 0.90 0 0.27 238.94 0.84 0.4
Hex 10 13 BA 5B 5A 0 1B EF 54 28
Octal 20 23 272 133 132 0 33 357 124 50
Binary 10000 10011 10111010 1011011 1011010 0 11011 11101111 1010100 101000

Color Harmonies of #1013BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1013BA

Black with #1013BA

Text Example


Text Example

White with #1013BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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