#130CCB

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

Shades of Medium Blue #130CCB

Tints of Medium Blue #130CCB

Color information

#130CCB (or 0x130CCB) is unknown color: approx Medium Blue. HEX triplet: 13, 0C and CB. RGB value is (19,12,203). Sum of RGB (Red+Green+Blue) = 19+12+203=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #130CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CCB is #ECF334. Grayscale: #232323. Windows color (decimal): -15528757 or 13306899. OLE color: 13306899.

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

Color convert

RGB1912203-
CMYK0.910.9400.20
HSL242.2º88.84%42.16%-
HSV(B)242.2º94.09%79.61%-
XYZ11.184.7156.82-
YUV35.87222.32115.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 203 (79.69% from 255) = 86.75%
R=8.12%
G=5.13%
B=86.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19122030.910.9400.20242.288.8442.16
Hex13CCB5B5E014f2592a
Octal231431313313602436213152
Binary1001111001100101110110111011110010100111100101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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