Html Css Color HEX #1309DA Medium Blue

📋 copy color: '#1309DA'

red 19 ◦ green 9 ◦ blue 218

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

Shades of Medium Blue #1309DA

Tints of Medium Blue #1309DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

 BLUE value IS 218 (85.55% from 255) = 88.62%

R = 7.72%
G = 3.66%
B = 88.62%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1309DA (or 0x1309DA) is known color: Medium Blue. HEX triplet: 13, 09 and DA. RGB value is (19,9,218). Sum of RGB (Red+Green+Blue) = 19+9+218=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 218 (85.55% from 255 or 88.62% from 246); Max value from RGB is 218 - color contains mainly: blue. Hex color #1309DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1309DA is #ECF625. Grayscale: #222222. Windows color (decimal): -15529510 or 14289171. OLE color: 14289171.

HSL color Cylindrical-coordinate representation of color #1309DA: hue angle of 242.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1309DA is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 9 218 -
CMYK 0.91 0.96 0 0.15
HSL 242.87º 0.92% 0.45% -
HSV(B) 242.87º 0.96% 0.85% -
XYZ 13.02 5.4 66.68 -
YUV 35.82 230.81 116.01 -
System Red Green Blue C M Y K H S L
Decimal 19 9 218 0.91 0.96 0 0.15 242.87 0.92 0.45
Hex 13 9 DA 5B 60 0 F F3 5C 2D
Octal 23 11 332 133 140 0 17 363 134 55
Binary 10011 1001 11011010 1011011 1100000 0 1111 11110011 1011100 101101

Color Harmonies of #1309DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1309DA

Black with #1309DA

Text Example


Text Example

White with #1309DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1309DA; }

 p { color: rgb(19,9,218); }

 H1.HeaderClassName
 {
   color: #1309DA;
 }
 .AnyTagClassName
 {
   color: #1309DA;
 }
</style>

background-color css

<style>
 a { background-color: #1309DA; }

 a { background-color: rgb(19,9,218); }

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

border-color css

<style>
 span { border-color: #1309DA; }

 span { border-color: rgb(19,9,218); }

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