#0113e6

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

Shades of Blue #0113E6

Tints of Blue #0113E6

Color information

#0113E6 (or 0x0113E6) is unknown color: approx Blue. HEX triplet: 01, 13 and E6. RGB value is (1,19,230). Sum of RGB (Red+Green+Blue) = 1+19+230=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 230 (90.23% from 255 or 92% from 250); Max value from RGB is 230 - color contains mainly: blue. Hex color #0113E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0113E6 is #FEEC19. Grayscale: #242424. Windows color (decimal): -16706586 or 15078145. OLE color: 15078145.

HSL color Cylindrical-coordinate representation of color #0113E6: hue angle of 235.28º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0113E6 is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB119230-
CMYK1.000.9200.10
HSL235.28º99.13%45.29%-
HSV(B)235.28º99.57%90.2%-
XYZ14.536.1975.29-
YUV37.67236.54101.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 19 (7.81% from 255) = 7.6%
BLUE value IS 230 (90.23% from 255) = 92%
R=0.4%
G=7.6%
B=92%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1192301.000.9200.10235.2899.1345.29
Hex113E6645C0Aeb632d
Octal12334614413401235314355
Binary110011111001101100100101110001010111010111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0113e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0113e6; }

 p { color: rgb(1,19,230); }

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

<style>
 a { background-color: #0113e6; }

 a { background-color: rgb(1,19,230); }

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

<style>
 span { border-color: #0113e6; }

 span { border-color: rgb(1,19,230); }

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