#1315EA

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

Shades of Blue #1315EA

Tints of Blue #1315EA

Color information

#1315EA (or 0x1315EA) is unknown color: approx Blue. HEX triplet: 13, 15 and EA. RGB value is (19,21,234). Sum of RGB (Red+Green+Blue) = 19+21+234=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 234 (91.80% from 255 or 85.40% from 274); Max value from RGB is 234 - color contains mainly: blue. Hex color #1315EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1315EA is #ECEA15. Grayscale: #2B2B2B. Windows color (decimal): -15526422 or 15340819. OLE color: 15340819.

HSL color Cylindrical-coordinate representation of color #1315EA: hue angle of 239.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1315EA is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1921234-
CMYK0.920.9100.08
HSL239.44º84.98%49.61%-
HSV(B)239.44º91.88%91.76%-
XYZ15.396.6278.31-
YUV44.68234.84109.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 234 (91.80% from 255) = 85.40%
R=6.93%
G=7.66%
B=85.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19212340.920.9100.08239.4484.9849.61
Hex1315EA5C5B08ef5532
Octal232535213413301035712562
Binary1001110101111010101011100101101101000111011111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1315EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1315EA; }

 p { color: rgb(19,21,234); }

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

<style>
 a { background-color: #1315EA; }

 a { background-color: rgb(19,21,234); }

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

<style>
 span { border-color: #1315EA; }

 span { border-color: rgb(19,21,234); }

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