#130FBB

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

Shades of Medium Blue #130FBB

Tints of Medium Blue #130FBB

Color information

#130FBB (or 0x130FBB) is unknown color: approx Medium Blue. HEX triplet: 13, 0F and BB. RGB value is (19,15,187). Sum of RGB (Red+Green+Blue) = 19+15+187=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #130FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FBB is #ECF044. Grayscale: #232323. Windows color (decimal): -15528005 or 12259091. OLE color: 12259091.

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

Color convert

RGB1915187-
CMYK0.900.9200.27
HSL241.4º85.15%39.61%-
HSV(B)241.4º91.98%73.33%-
XYZ9.414.0747.3-
YUV35.8213.33116.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 187 (73.44% from 255) = 84.62%
R=8.60%
G=6.79%
B=84.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19151870.900.9200.27241.485.1539.61
Hex13FBB5A5C01Bf15528
Octal231727313213403336112550
Binary1001111111011101110110101011100011011111100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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