Html Css Color HEX #1302C1 Medium Blue

📋 copy color: '#1302C1'

red 19 ◦ green 2 ◦ blue 193

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

Shades of Medium Blue #1302C1

Tints of Medium Blue #1302C1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 193 (75.78% from 255) = 90.19%

R = 8.88%
G = 0.93%
B = 90.19%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1302C1 (or 0x1302C1) is known color: Medium Blue. HEX triplet: 13, 02 and C1. RGB value is (19,2,193). Sum of RGB (Red+Green+Blue) = 19+2+193=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 193 (75.78% from 255 or 90.19% from 214); Max value from RGB is 193 - color contains mainly: blue. Hex color #1302C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302C1 is #ECFD3E. Grayscale: #1C1C1C. Windows color (decimal): -15531327 or 12648979. OLE color: 12648979.

HSL color Cylindrical-coordinate representation of color #1302C1: hue angle of 245.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302C1 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 2 193 -
CMYK 0.90 0.99 0 0.24
HSL 245.34º 0.98% 0.38% -
HSV(B) 245.34º 0.99% 0.76% -
XYZ 9.92 4.03 50.71 -
YUV 28.86 220.63 120.97 -
System Red Green Blue C M Y K H S L
Decimal 19 2 193 0.90 0.99 0 0.24 245.34 0.98 0.38
Hex 13 2 C1 5A 63 0 18 F5 62 26
Octal 23 2 301 132 143 0 30 365 142 46
Binary 10011 10 11000001 1011010 1100011 0 11000 11110101 1100010 100110

Color Harmonies of #1302C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1302C1

Black with #1302C1

Text Example


Text Example

White with #1302C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1302C1; }

 p { color: rgb(19,2,193); }

 H1.HeaderClassName
 {
   color: #1302C1;
 }
 .AnyTagClassName
 {
   color: #1302C1;
 }
</style>

background-color css

<style>
 a { background-color: #1302C1; }

 a { background-color: rgb(19,2,193); }

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

border-color css

<style>
 span { border-color: #1302C1; }

 span { border-color: rgb(19,2,193); }

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