Html Css Color HEX #1306DB Medium Blue

📋 copy color: '#1306DB'

red 19 ◦ green 6 ◦ blue 219

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

Shades of Medium Blue #1306DB

Tints of Medium Blue #1306DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 89.75%

R = 7.79%
G = 2.46%
B = 89.75%

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

#1306DB (or 0x1306DB) is known color: Medium Blue. HEX triplet: 13, 06 and DB. RGB value is (19,6,219). Sum of RGB (Red+Green+Blue) = 19+6+219=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #1306DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306DB is #ECF924. Grayscale: #212121. Windows color (decimal): -15530277 or 14353939. OLE color: 14353939.

HSL color Cylindrical-coordinate representation of color #1306DB: hue angle of 243.66º 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 #1306DB is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 6 219 -
CMYK 0.91 0.97 0 0.14
HSL 243.66º 0.95% 0.44% -
HSV(B) 243.66º 0.97% 0.86% -
XYZ 13.12 5.38 67.37 -
YUV 34.17 232.31 117.18 -
System Red Green Blue C M Y K H S L
Decimal 19 6 219 0.91 0.97 0 0.14 243.66 0.95 0.44
Hex 13 6 DB 5B 61 0 E F4 5F 2C
Octal 23 6 333 133 141 0 16 364 137 54
Binary 10011 110 11011011 1011011 1100001 0 1110 11110100 1011111 101100

Color Harmonies of #1306DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306DB

Black with #1306DB

Text Example


Text Example

White with #1306DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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