#0903BD

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

Shades of Medium Blue #0903BD

Tints of Medium Blue #0903BD

Color information

#0903BD (or 0x0903BD) is unknown color: approx Medium Blue. HEX triplet: 09, 03 and BD. RGB value is (9,3,189). Sum of RGB (Red+Green+Blue) = 9+3+189=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 189 (74.22% from 255 or 94.03% from 201); Max value from RGB is 189 - color contains mainly: blue. Hex color #0903BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0903BD is #F6FC42. Grayscale: #191919. Windows color (decimal): -16186435 or 12387081. OLE color: 12387081.

HSL color Cylindrical-coordinate representation of color #0903BD: hue angle of 241.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0903BD is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93189-
CMYK0.950.9800.26
HSL241.94º96.88%37.65%-
HSV(B)241.94º98.41%74.12%-
XYZ9.333.848.39-
YUV26219.99115.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 189 (74.22% from 255) = 94.03%
R=4.48%
G=1.49%
B=94.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931890.950.9800.26241.9496.8837.65
Hex93BD5F6201Af26126
Octal11327513714203236214146
Binary1001111011110110111111100010011010111100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0903BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0903BD; }

 p { color: rgb(9,3,189); }

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

<style>
 a { background-color: #0903BD; }

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

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

<style>
 span { border-color: #0903BD; }

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

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