#0900E3

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

Shades of Medium Blue #0900E3

Tints of Medium Blue #0900E3

Color information

#0900E3 (or 0x0900E3) is unknown color: approx Medium Blue. HEX triplet: 09, 00 and E3. RGB value is (9,0,227). Sum of RGB (Red+Green+Blue) = 9+0+227=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 227 (89.06% from 255 or 96.19% from 236); Max value from RGB is 227 - color contains mainly: blue. Hex color #0900E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900E3 is #F6FF1C. Grayscale: #1B1B1B. Windows color (decimal): -16187165 or 14876681. OLE color: 14876681.

HSL color Cylindrical-coordinate representation of color #0900E3: hue angle of 242.38º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900E3 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB90227-
CMYK0.96100.11
HSL242.38º100%44.51%-
HSV(B)242.38º100%89.02%-
XYZ13.985.673.02-
YUV28.57239.98114.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 227 (89.06% from 255) = 96.19%
R=3.81%
G=0%
B=96.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal902270.96100.11242.3810044.51
Hex90E360640Bf2642d
Octal11034314014401336214455
Binary10010111000111100000110010001011111100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0900E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0900E3; }

 p { color: rgb(9,0,227); }

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

<style>
 a { background-color: #0900E3; }

 a { background-color: rgb(9,0,227); }

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

<style>
 span { border-color: #0900E3; }

 span { border-color: rgb(9,0,227); }

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