Html Css Color HEX #1306DC Medium Blue

📋 copy color: '#1306DC'

red 19 ◦ green 6 ◦ blue 220

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

Shades of Medium Blue #1306DC

Tints of Medium Blue #1306DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 89.8%

R = 7.76%
G = 2.45%
B = 89.8%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1306DC (or 0x1306DC) is known color: Medium Blue. HEX triplet: 13, 06 and DC. RGB value is (19,6,220). Sum of RGB (Red+Green+Blue) = 19+6+220=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 220 (86.33% from 255 or 89.80% from 245); Max value from RGB is 220 - color contains mainly: blue. Hex color #1306DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306DC is #ECF923. Grayscale: #212121. Windows color (decimal): -15530276 or 14419475. OLE color: 14419475.

HSL color Cylindrical-coordinate representation of color #1306DC: hue angle of 243.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306DC is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 6 220 -
CMYK 0.91 0.97 0 0.14
HSL 243.64º 0.95% 0.44% -
HSV(B) 243.64º 0.97% 0.86% -
XYZ 13.25 5.44 68.06 -
YUV 34.28 232.81 117.1 -
System Red Green Blue C M Y K H S L
Decimal 19 6 220 0.91 0.97 0 0.14 243.64 0.95 0.44
Hex 13 6 DC 5B 61 0 E F4 5F 2C
Octal 23 6 334 133 141 0 16 364 137 54
Binary 10011 110 11011100 1011011 1100001 0 1110 11110100 1011111 101100

Color Harmonies of #1306DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306DC

Black with #1306DC

Text Example


Text Example

White with #1306DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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