Html Css Color HEX #130DC9 Medium Blue

📋 copy color: '#130DC9'

red 19 ◦ green 13 ◦ blue 201

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

Shades of Medium Blue #130DC9

Tints of Medium Blue #130DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 86.27%

R = 8.15%
G = 5.58%
B = 86.27%

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

#130DC9 (or 0x130DC9) is known color: Medium Blue. HEX triplet: 13, 0D and C9. RGB value is (19,13,201). Sum of RGB (Red+Green+Blue) = 19+13+201=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 201 (78.91% from 255 or 86.27% from 233); Max value from RGB is 201 - color contains mainly: blue. Hex color #130DC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DC9 is #ECF236. Grayscale: #232323. Windows color (decimal): -15528503 or 13176083. OLE color: 13176083.

HSL color Cylindrical-coordinate representation of color #130DC9: hue angle of 241.91º 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 #130DC9 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 13 201 -
CMYK 0.91 0.94 0 0.21
HSL 241.91º 0.88% 0.42% -
HSV(B) 241.91º 0.94% 0.79% -
XYZ 10.96 4.64 55.58 -
YUV 36.23 220.99 115.71 -
System Red Green Blue C M Y K H S L
Decimal 19 13 201 0.91 0.94 0 0.21 241.91 0.88 0.42
Hex 13 D C9 5B 5E 0 15 F2 58 2A
Octal 23 15 311 133 136 0 25 362 130 52
Binary 10011 1101 11001001 1011011 1011110 0 10101 11110010 1011000 101010

Color Harmonies of #130DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DC9

Black with #130DC9

Text Example


Text Example

White with #130DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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