#0913EA

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

Shades of Blue #0913EA

Tints of Blue #0913EA

Color information

#0913EA (or 0x0913EA) is unknown color: approx Blue. HEX triplet: 09, 13 and EA. RGB value is (9,19,234). Sum of RGB (Red+Green+Blue) = 9+19+234=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #0913EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0913EA is #F6EC15. Grayscale: #272727. Windows color (decimal): -16182294 or 15340297. OLE color: 15340297.

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

Color convert

RGB919234-
CMYK0.960.9200.08
HSL237.33º92.59%47.65%-
HSV(B)237.33º96.15%91.76%-
XYZ15.26.4678.29-
YUV40.52237.19105.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 234 (91.80% from 255) = 89.31%
R=3.44%
G=7.25%
B=89.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9192340.960.9200.08237.3392.5947.65
Hex913EA605C08ed5d30
Octal112335214013401035513560
Binary100110011111010101100000101110001000111011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0913EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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