Html Css Color HEX #1306BB Medium Blue

📋 copy color: '#1306BB'

red 19 ◦ green 6 ◦ blue 187

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

Shades of Medium Blue #1306BB

Tints of Medium Blue #1306BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

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

R = 8.96%
G = 2.83%
B = 88.21%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1306BB (or 0x1306BB) is known color: Medium Blue. HEX triplet: 13, 06 and BB. RGB value is (19,6,187). Sum of RGB (Red+Green+Blue) = 19+6+187=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #1306BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306BB is #ECF944. Grayscale: #1D1D1D. Windows color (decimal): -15530309 or 12256787. OLE color: 12256787.

HSL color Cylindrical-coordinate representation of color #1306BB: hue angle of 244.31º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306BB is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 6 187 -
CMYK 0.90 0.97 0 0.27
HSL 244.31º 0.94% 0.38% -
HSV(B) 244.31º 0.97% 0.73% -
XYZ 9.3 3.86 47.27 -
YUV 30.52 216.31 119.78 -
System Red Green Blue C M Y K H S L
Decimal 19 6 187 0.90 0.97 0 0.27 244.31 0.94 0.38
Hex 13 6 BB 5A 61 0 1B F4 5E 26
Octal 23 6 273 132 141 0 33 364 136 46
Binary 10011 110 10111011 1011010 1100001 0 11011 11110100 1011110 100110

Color Harmonies of #1306BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306BB

Black with #1306BB

Text Example


Text Example

White with #1306BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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