Html Css Color HEX #1019BC Medium Blue

📋 copy color: '#1019BC'

red 16 ◦ green 25 ◦ blue 188

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

Shades of Medium Blue #1019BC

Tints of Medium Blue #1019BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 82.1%

R = 6.99%
G = 10.92%
B = 82.1%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1019BC (or 0x1019BC) is known color: Medium Blue. HEX triplet: 10, 19 and BC. RGB value is (16,25,188). Sum of RGB (Red+Green+Blue) = 16+25+188=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #1019BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019BC is #EFE643. Grayscale: #282828. Windows color (decimal): -15722052 or 12327184. OLE color: 12327184.

HSL color Cylindrical-coordinate representation of color #1019BC: hue angle of 236.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1019BC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 25 188 -
CMYK 0.91 0.87 0 0.26
HSL 236.86º 0.84% 0.4% -
HSV(B) 236.86º 0.91% 0.74% -
XYZ 9.64 4.44 47.93 -
YUV 40.89 211.02 110.25 -
System Red Green Blue C M Y K H S L
Decimal 16 25 188 0.91 0.87 0 0.26 236.86 0.84 0.4
Hex 10 19 BC 5B 57 0 1A ED 54 28
Octal 20 31 274 133 127 0 32 355 124 50
Binary 10000 11001 10111100 1011011 1010111 0 11010 11101101 1010100 101000

Color Harmonies of #1019BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1019BC

Black with #1019BC

Text Example


Text Example

White with #1019BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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