Html Css Color HEX #1303CD Medium Blue

📋 copy color: '#1303CD'

red 19 ◦ green 3 ◦ blue 205

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

Shades of Medium Blue #1303CD

Tints of Medium Blue #1303CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 205 (80.47% from 255) = 90.31%

R = 8.37%
G = 1.32%
B = 90.31%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1303CD (or 0x1303CD) is known color: Medium Blue. HEX triplet: 13, 03 and CD. RGB value is (19,3,205). Sum of RGB (Red+Green+Blue) = 19+3+205=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #1303CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303CD is #ECFC32. Grayscale: #1E1E1E. Windows color (decimal): -15531059 or 13435667. OLE color: 13435667.

HSL color Cylindrical-coordinate representation of color #1303CD: hue angle of 244.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1303CD is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 3 205 -
CMYK 0.91 0.99 0 0.20
HSL 244.75º 0.97% 0.41% -
HSV(B) 244.75º 0.99% 0.8% -
XYZ 11.32 4.61 58.05 -
YUV 30.81 226.3 119.57 -
System Red Green Blue C M Y K H S L
Decimal 19 3 205 0.91 0.99 0 0.20 244.75 0.97 0.41
Hex 13 3 CD 5B 63 0 14 F5 61 29
Octal 23 3 315 133 143 0 24 365 141 51
Binary 10011 11 11001101 1011011 1100011 0 10100 11110101 1100001 101001

Color Harmonies of #1303CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1303CD

Black with #1303CD

Text Example


Text Example

White with #1303CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1303CD; }

 p { color: rgb(19,3,205); }

 H1.HeaderClassName
 {
   color: #1303CD;
 }
 .AnyTagClassName
 {
   color: #1303CD;
 }
</style>

background-color css

<style>
 a { background-color: #1303CD; }

 a { background-color: rgb(19,3,205); }

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

border-color css

<style>
 span { border-color: #1303CD; }

 span { border-color: rgb(19,3,205); }

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