Html Css Color HEX #1303C0 Medium Blue

📋 copy color: '#1303C0'

red 19 ◦ green 3 ◦ blue 192

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

Shades of Medium Blue #1303C0

Tints of Medium Blue #1303C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 89.72%

R = 8.88%
G = 1.4%
B = 89.72%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1303C0 (or 0x1303C0) is known color: Medium Blue. HEX triplet: 13, 03 and C0. RGB value is (19,3,192). Sum of RGB (Red+Green+Blue) = 19+3+192=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 192 (75.39% from 255 or 89.72% from 214); Max value from RGB is 192 - color contains mainly: blue. Hex color #1303C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303C0 is #ECFC3F. Grayscale: #1C1C1C. Windows color (decimal): -15531072 or 12583699. OLE color: 12583699.

HSL color Cylindrical-coordinate representation of color #1303C0: hue angle of 245.08º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1303C0 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 3 192 -
CMYK 0.90 0.98 0 0.25
HSL 245.08º 0.97% 0.38% -
HSV(B) 245.08º 0.98% 0.75% -
XYZ 9.82 4.01 50.13 -
YUV 29.33 219.8 120.63 -
System Red Green Blue C M Y K H S L
Decimal 19 3 192 0.90 0.98 0 0.25 245.08 0.97 0.38
Hex 13 3 C0 5A 62 0 19 F5 61 26
Octal 23 3 300 132 142 0 31 365 141 46
Binary 10011 11 11000000 1011010 1100010 0 11001 11110101 1100001 100110

Color Harmonies of #1303C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1303C0

Black with #1303C0

Text Example


Text Example

White with #1303C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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