#130CE9

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

Shades of Blue #130CE9

Tints of Blue #130CE9

Color information

#130CE9 (or 0x130CE9) is unknown color: approx Blue. HEX triplet: 13, 0C and E9. RGB value is (19,12,233). Sum of RGB (Red+Green+Blue) = 19+12+233=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 233 (91.41% from 255 or 88.26% from 264); Max value from RGB is 233 - color contains mainly: blue. Hex color #130CE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CE9 is #ECF316. Grayscale: #262626. Windows color (decimal): -15528727 or 15272979. OLE color: 15272979.

HSL color Cylindrical-coordinate representation of color #130CE9: hue angle of 241.9º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CE9 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1912233-
CMYK0.920.9500.09
HSL241.9º90.2%48.04%-
HSV(B)241.9º94.85%91.37%-
XYZ15.116.2877.51-
YUV39.29237.32113.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 233 (91.41% from 255) = 88.26%
R=7.20%
G=4.55%
B=88.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19122330.920.9500.09241.990.248.04
Hex13CE95C5F09f25a30
Octal231435113413701136213260
Binary100111100111010011011100101111101001111100101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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