#0909BB

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

Shades of Medium Blue #0909BB

Tints of Medium Blue #0909BB

Color information

#0909BB (or 0x0909BB) is unknown color: approx Medium Blue. HEX triplet: 09, 09 and BB. RGB value is (9,9,187). Sum of RGB (Red+Green+Blue) = 9+9+187=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #0909BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0909BB is #F6F644. Grayscale: #1C1C1C. Windows color (decimal): -16184901 or 12257545. OLE color: 12257545.

HSL color Cylindrical-coordinate representation of color #0909BB: hue angle of 240º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0909BB is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99187-
CMYK0.950.9500.27
HSL240º90.82%38.43%-
HSV(B)240º95.19%73.33%-
XYZ9.183.8447.27-
YUV29.29217113.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 187 (73.44% from 255) = 91.22%
R=4.39%
G=4.39%
B=91.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991870.950.9500.2724090.8238.43
Hex99BB5F5F01Bf05b26
Octal111127313713703336013346
Binary100110011011101110111111011111011011111100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0909BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0909BB; }

 p { color: rgb(9,9,187); }

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

<style>
 a { background-color: #0909BB; }

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

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

<style>
 span { border-color: #0909BB; }

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

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