Html Css Color HEX #130EB9 Medium Blue

📋 copy color: '#130EB9'

red 19 ◦ green 14 ◦ blue 185

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

Shades of Medium Blue #130EB9

Tints of Medium Blue #130EB9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

 BLUE value IS 185 (72.66% from 255) = 84.86%

R = 8.72%
G = 6.42%
B = 84.86%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#130EB9 (or 0x130EB9) is known color: Medium Blue. HEX triplet: 13, 0E and B9. RGB value is (19,14,185). Sum of RGB (Red+Green+Blue) = 19+14+185=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 185 (72.66% from 255 or 84.86% from 218); Max value from RGB is 185 - color contains mainly: blue. Hex color #130EB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EB9 is #ECF146. Grayscale: #222222. Windows color (decimal): -15528263 or 12127763. OLE color: 12127763.

HSL color Cylindrical-coordinate representation of color #130EB9: hue angle of 241.75º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130EB9 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 14 185 -
CMYK 0.90 0.92 0 0.27
HSL 241.75º 0.86% 0.39% -
HSV(B) 241.75º 0.92% 0.73% -
XYZ 9.18 3.96 46.18 -
YUV 34.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 19 14 185 0.90 0.92 0 0.27 241.75 0.86 0.39
Hex 13 E B9 5A 5C 0 1B F2 56 27
Octal 23 16 271 132 134 0 33 362 126 47
Binary 10011 1110 10111001 1011010 1011100 0 11011 11110010 1010110 100111

Color Harmonies of #130EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EB9

Black with #130EB9

Text Example


Text Example

White with #130EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,185); }

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

background-color css

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

 a { background-color: rgb(19,14,185); }

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

border-color css

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

 span { border-color: rgb(19,14,185); }

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