#0900EB

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

Shades of Blue #0900EB

Tints of Blue #0900EB

Color information

#0900EB (or 0x0900EB) is unknown color: approx Blue. HEX triplet: 09, 00 and EB. RGB value is (9,0,235). Sum of RGB (Red+Green+Blue) = 9+0+235=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 235 (92.19% from 255 or 96.31% from 244); Max value from RGB is 235 - color contains mainly: blue. Hex color #0900EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0900EB is #F6FF14. Grayscale: #1C1C1C. Windows color (decimal): -16187157 or 15400969. OLE color: 15400969.

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

Color convert

RGB90235-
CMYK0.96100.08
HSL242.3º100%46.08%-
HSV(B)242.3º100%92.16%-
XYZ15.116.0678.97-
YUV29.48243.98113.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 96.31%
R=3.69%
G=0%
B=96.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902350.96100.08242.310046.08
Hex90EB606408f2642e
Octal11035314014401036214456
Binary10010111010111100000110010001000111100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0900EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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