Html Css Color HEX #1013BB Medium Blue

📋 copy color: '#1013BB'

red 16 ◦ green 19 ◦ blue 187

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

Shades of Medium Blue #1013BB

Tints of Medium Blue #1013BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 84.23%

R = 7.21%
G = 8.56%
B = 84.23%

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

#1013BB (or 0x1013BB) is known color: Medium Blue. HEX triplet: 10, 13 and BB. RGB value is (16,19,187). Sum of RGB (Red+Green+Blue) = 16+19+187=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #1013BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013BB is #EFEC44. Grayscale: #242424. Windows color (decimal): -15723589 or 12260112. OLE color: 12260112.

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

Color convert

RGB 16 19 187 -
CMYK 0.91 0.90 0 0.27
HSL 238.95º 0.84% 0.4% -
HSV(B) 238.95º 0.91% 0.73% -
XYZ 9.42 4.16 47.32 -
YUV 37.26 212.51 112.84 -
System Red Green Blue C M Y K H S L
Decimal 16 19 187 0.91 0.90 0 0.27 238.95 0.84 0.4
Hex 10 13 BB 5B 5A 0 1B EF 54 28
Octal 20 23 273 133 132 0 33 357 124 50
Binary 10000 10011 10111011 1011011 1011010 0 11011 11101111 1010100 101000

Color Harmonies of #1013BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1013BB

Black with #1013BB

Text Example


Text Example

White with #1013BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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