#130FCB

Color #130FCB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #130FCB

Tints of Medium Blue #130FCB

Color information

#130FCB (or 0x130FCB) is unknown color: approx Medium Blue. HEX triplet: 13, 0F and CB. RGB value is (19,15,203). Sum of RGB (Red+Green+Blue) = 19+15+203=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #130FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FCB is #ECF034. Grayscale: #242424. Windows color (decimal): -15527989 or 13307667. OLE color: 13307667.

HSL color Cylindrical-coordinate representation of color #130FCB: hue angle of 241.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130FCB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1915203-
CMYK0.910.9300.20
HSL241.28º86.24%42.75%-
HSV(B)241.28º92.61%79.61%-
XYZ11.224.7956.83-
YUV37.63221.33114.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 203 (79.69% from 255) = 85.65%
R=8.02%
G=6.33%
B=85.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19152030.910.9300.20241.2886.2442.75
Hex13FCB5B5D014f1562b
Octal231731313313502436112653
Binary1001111111100101110110111011101010100111100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #130FCB;
 }
 .AnyTagClassName
 {
   color: #130FCB;
 }
</style>
background-color css

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

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

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

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

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

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