Html Css Color HEX #130EB8 Medium Blue

📋 copy color: '#130EB8'

red 19 ◦ green 14 ◦ blue 184

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

Shades of Medium Blue #130EB8

Tints of Medium Blue #130EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 84.79%

R = 8.76%
G = 6.45%
B = 84.79%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#130EB8 (or 0x130EB8) is known color: Medium Blue. HEX triplet: 13, 0E and B8. RGB value is (19,14,184). Sum of RGB (Red+Green+Blue) = 19+14+184=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 184 (72.27% from 255 or 84.79% from 217); Max value from RGB is 184 - color contains mainly: blue. Hex color #130EB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EB8 is #ECF147. Grayscale: #222222. Windows color (decimal): -15528264 or 12062227. OLE color: 12062227.

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

Color convert

RGB 19 14 184 -
CMYK 0.90 0.92 0 0.28
HSL 241.76º 0.86% 0.39% -
HSV(B) 241.76º 0.92% 0.72% -
XYZ 9.08 3.91 45.62 -
YUV 34.88 212.16 116.68 -
System Red Green Blue C M Y K H S L
Decimal 19 14 184 0.90 0.92 0 0.28 241.76 0.86 0.39
Hex 13 E B8 5A 5C 0 1C F2 56 27
Octal 23 16 270 132 134 0 34 362 126 47
Binary 10011 1110 10111000 1011010 1011100 0 11100 11110010 1010110 100111

Color Harmonies of #130EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EB8

Black with #130EB8

Text Example


Text Example

White with #130EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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