Html Css Color HEX #1310BB Medium Blue

📋 copy color: '#1310BB'

red 19 ◦ green 16 ◦ blue 187

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

Shades of Medium Blue #1310BB

Tints of Medium Blue #1310BB

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1310BB (or 0x1310BB) is known color: Medium Blue. HEX triplet: 13, 10 and BB. RGB value is (19,16,187). Sum of RGB (Red+Green+Blue) = 19+16+187=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 16 (6.64% from 255 or 7.21% 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 #1310BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1310BB is #ECEF44. Grayscale: #232323. Windows color (decimal): -15527749 or 12259347. OLE color: 12259347.

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

Color convert

RGB 19 16 187 -
CMYK 0.90 0.91 0 0.27
HSL 241.05º 0.84% 0.4% -
HSV(B) 241.05º 0.91% 0.73% -
XYZ 9.42 4.1 47.31 -
YUV 36.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 19 16 187 0.90 0.91 0 0.27 241.05 0.84 0.4
Hex 13 10 BB 5A 5B 0 1B F1 54 28
Octal 23 20 273 132 133 0 33 361 124 50
Binary 10011 10000 10111011 1011010 1011011 0 11011 11110001 1010100 101000

Color Harmonies of #1310BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1310BB

Black with #1310BB

Text Example


Text Example

White with #1310BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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