Html Css Color HEX #1015BF Medium Blue

📋 copy color: '#1015BF'

red 16 ◦ green 21 ◦ blue 191

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

Shades of Medium Blue #1015BF

Tints of Medium Blue #1015BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 191 (75% from 255) = 83.77%

R = 7.02%
G = 9.21%
B = 83.77%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1015BF (or 0x1015BF) is known color: Medium Blue. HEX triplet: 10, 15 and BF. RGB value is (16,21,191). Sum of RGB (Red+Green+Blue) = 16+21+191=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 191 (75% from 255 or 83.77% from 228); Max value from RGB is 191 - color contains mainly: blue. Hex color #1015BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015BF is #EFEA40. Grayscale: #262626. Windows color (decimal): -15723073 or 12522768. OLE color: 12522768.

HSL color Cylindrical-coordinate representation of color #1015BF: hue angle of 238.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1015BF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 21 191 -
CMYK 0.92 0.89 0 0.25
HSL 238.29º 0.85% 0.41% -
HSV(B) 238.29º 0.92% 0.75% -
XYZ 9.89 4.41 49.62 -
YUV 38.89 213.84 111.68 -
System Red Green Blue C M Y K H S L
Decimal 16 21 191 0.92 0.89 0 0.25 238.29 0.85 0.41
Hex 10 15 BF 5C 59 0 19 EE 55 29
Octal 20 25 277 134 131 0 31 356 125 51
Binary 10000 10101 10111111 1011100 1011001 0 11001 11101110 1010101 101001

Color Harmonies of #1015BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1015BF

Black with #1015BF

Text Example


Text Example

White with #1015BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1015BF; }

 p { color: rgb(16,21,191); }

 H1.HeaderClassName
 {
   color: #1015BF;
 }
 .AnyTagClassName
 {
   color: #1015BF;
 }
</style>

background-color css

<style>
 a { background-color: #1015BF; }

 a { background-color: rgb(16,21,191); }

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

border-color css

<style>
 span { border-color: #1015BF; }

 span { border-color: rgb(16,21,191); }

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