Html Css Color HEX #1017BA Medium Blue

📋 copy color: '#1017BA'

red 16 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #1017BA

Tints of Medium Blue #1017BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 7.11%
G = 10.22%
B = 82.67%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1017BA (or 0x1017BA) is known color: Medium Blue. HEX triplet: 10, 17 and BA. RGB value is (16,23,186). Sum of RGB (Red+Green+Blue) = 16+23+186=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #1017BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017BA is #EFE845. Grayscale: #262626. Windows color (decimal): -15722566 or 12195600. OLE color: 12195600.

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

Color convert

RGB 16 23 186 -
CMYK 0.91 0.88 0 0.27
HSL 237.53º 0.84% 0.4% -
HSV(B) 237.53º 0.91% 0.73% -
XYZ 9.38 4.27 46.78 -
YUV 39.49 210.68 111.25 -
System Red Green Blue C M Y K H S L
Decimal 16 23 186 0.91 0.88 0 0.27 237.53 0.84 0.4
Hex 10 17 BA 5B 58 0 1B EE 54 28
Octal 20 27 272 133 130 0 33 356 124 50
Binary 10000 10111 10111010 1011011 1011000 0 11011 11101110 1010100 101000

Color Harmonies of #1017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017BA

Black with #1017BA

Text Example


Text Example

White with #1017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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