Html Css Color HEX #1019BA Medium Blue

📋 copy color: '#1019BA'

red 16 ◦ green 25 ◦ blue 186

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

Shades of Medium Blue #1019BA

Tints of Medium Blue #1019BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 7.05%
G = 11.01%
B = 81.94%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1019BA (or 0x1019BA) is known color: Medium Blue. HEX triplet: 10, 19 and BA. RGB value is (16,25,186). Sum of RGB (Red+Green+Blue) = 16+25+186=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #1019BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019BA is #EFE645. Grayscale: #282828. Windows color (decimal): -15722054 or 12196112. OLE color: 12196112.

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

Color convert

RGB 16 25 186 -
CMYK 0.91 0.87 0 0.27
HSL 236.82º 0.84% 0.4% -
HSV(B) 236.82º 0.91% 0.73% -
XYZ 9.42 4.35 46.8 -
YUV 40.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 16 25 186 0.91 0.87 0 0.27 236.82 0.84 0.4
Hex 10 19 BA 5B 57 0 1B ED 54 28
Octal 20 31 272 133 127 0 33 355 124 50
Binary 10000 11001 10111010 1011011 1010111 0 11011 11101101 1010100 101000

Color Harmonies of #1019BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1019BA

Black with #1019BA

Text Example


Text Example

White with #1019BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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