Html Css Color HEX #130DCA Medium Blue

📋 copy color: '#130DCA'

red 19 ◦ green 13 ◦ blue 202

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

Shades of Medium Blue #130DCA

Tints of Medium Blue #130DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 202 (79.3% from 255) = 86.32%

R = 8.12%
G = 5.56%
B = 86.32%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#130DCA (or 0x130DCA) is known color: Medium Blue. HEX triplet: 13, 0D and CA. RGB value is (19,13,202). Sum of RGB (Red+Green+Blue) = 19+13+202=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 202 (79.30% from 255 or 86.32% from 234); Max value from RGB is 202 - color contains mainly: blue. Hex color #130DCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DCA is #ECF235. Grayscale: #232323. Windows color (decimal): -15528502 or 13241619. OLE color: 13241619.

HSL color Cylindrical-coordinate representation of color #130DCA: hue angle of 241.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DCA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 13 202 -
CMYK 0.91 0.94 0 0.21
HSL 241.9º 0.88% 0.42% -
HSV(B) 241.9º 0.94% 0.79% -
XYZ 11.07 4.69 56.2 -
YUV 36.34 221.49 115.63 -
System Red Green Blue C M Y K H S L
Decimal 19 13 202 0.91 0.94 0 0.21 241.9 0.88 0.42
Hex 13 D CA 5B 5E 0 15 F2 58 2A
Octal 23 15 312 133 136 0 25 362 130 52
Binary 10011 1101 11001010 1011011 1011110 0 10101 11110010 1011000 101010

Color Harmonies of #130DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DCA

Black with #130DCA

Text Example


Text Example

White with #130DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130DCA; }

 p { color: rgb(19,13,202); }

 H1.HeaderClassName
 {
   color: #130DCA;
 }
 .AnyTagClassName
 {
   color: #130DCA;
 }
</style>

background-color css

<style>
 a { background-color: #130DCA; }

 a { background-color: rgb(19,13,202); }

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

border-color css

<style>
 span { border-color: #130DCA; }

 span { border-color: rgb(19,13,202); }

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