Html Css Color HEX #1301DA Medium Blue

📋 copy color: '#1301DA'

red 19 ◦ green 1 ◦ blue 218

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

Shades of Medium Blue #1301DA

Tints of Medium Blue #1301DA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 7.98%
G = 0.42%
B = 91.6%

CMYK

 C value IS 0.91

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1301DA (or 0x1301DA) is known color: Medium Blue. HEX triplet: 13, 01 and DA. RGB value is (19,1,218). Sum of RGB (Red+Green+Blue) = 19+1+218=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 218 (85.55% from 255 or 91.60% from 238); Max value from RGB is 218 - color contains mainly: blue. Hex color #1301DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301DA is #ECFE25. Grayscale: #1E1E1E. Windows color (decimal): -15531558 or 14287123. OLE color: 14287123.

HSL color Cylindrical-coordinate representation of color #1301DA: hue angle of 244.98º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301DA is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 1 218 -
CMYK 0.91 1.00 0 0.15
HSL 244.98º 0.99% 0.43% -
HSV(B) 244.98º 1% 0.85% -
XYZ 12.93 5.22 66.66 -
YUV 31.12 233.46 119.36 -
System Red Green Blue C M Y K H S L
Decimal 19 1 218 0.91 1.00 0 0.15 244.98 0.99 0.43
Hex 13 1 DA 5B 64 0 F F5 63 2B
Octal 23 1 332 133 144 0 17 365 143 53
Binary 10011 1 11011010 1011011 1100100 0 1111 11110101 1100011 101011

Color Harmonies of #1301DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301DA

Black with #1301DA

Text Example


Text Example

White with #1301DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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