Html Css Color HEX #130FB8 Medium Blue

📋 copy color: '#130FB8'

red 19 ◦ green 15 ◦ blue 184

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

Shades of Medium Blue #130FB8

Tints of Medium Blue #130FB8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 8.72%
G = 6.88%
B = 84.4%

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

#130FB8 (or 0x130FB8) is known color: Medium Blue. HEX triplet: 13, 0F and B8. RGB value is (19,15,184). Sum of RGB (Red+Green+Blue) = 19+15+184=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 184 (72.27% from 255 or 84.40% from 218); Max value from RGB is 184 - color contains mainly: blue. Hex color #130FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FB8 is #ECF047. Grayscale: #222222. Windows color (decimal): -15528008 or 12062483. OLE color: 12062483.

HSL color Cylindrical-coordinate representation of color #130FB8: hue angle of 241.42º degrees, saturation: 0.85, 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 #130FB8 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 15 184 -
CMYK 0.90 0.92 0 0.28
HSL 241.42º 0.85% 0.39% -
HSV(B) 241.42º 0.92% 0.72% -
XYZ 9.09 3.94 45.63 -
YUV 35.46 211.83 116.26 -
System Red Green Blue C M Y K H S L
Decimal 19 15 184 0.90 0.92 0 0.28 241.42 0.85 0.39
Hex 13 F B8 5A 5C 0 1C F1 55 27
Octal 23 17 270 132 134 0 34 361 125 47
Binary 10011 1111 10111000 1011010 1011100 0 11100 11110001 1010101 100111

Color Harmonies of #130FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FB8

Black with #130FB8

Text Example


Text Example

White with #130FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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