Html Css Color HEX #0905BA Medium Blue

📋 copy color: '#0905BA'

red 9 ◦ green 5 ◦ blue 186

#0905BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0905BA

Tints of Medium Blue #0905BA

RGB

 RED value IS 9 (3.91% from 255) = 4.5%

 GREEN value IS 5 (2.34% from 255) = 2.5%

 BLUE value IS 186 (73.05% from 255) = 93%

R = 4.5%
G = 2.5%
B = 93%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0905BA (or 0x0905BA) is known color: Medium Blue. HEX triplet: 09, 05 and BA. RGB value is (9,5,186). Sum of RGB (Red+Green+Blue) = 9+5+186=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 186 (73.05% from 255 or 93% from 200); Max value from RGB is 186 - color contains mainly: blue. Hex color #0905BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905BA is #F6FA45. Grayscale: #1A1A1A. Windows color (decimal): -16185926 or 12190985. OLE color: 12190985.

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

Color convert

RGB 9 5 186 -
CMYK 0.95 0.97 0 0.27
HSL 241.33º 0.95% 0.37% -
HSV(B) 241.33º 0.97% 0.73% -
XYZ 9.03 3.71 46.69 -
YUV 26.83 217.83 115.28 -
System Red Green Blue C M Y K H S L
Decimal 9 5 186 0.95 0.97 0 0.27 241.33 0.95 0.37
Hex 9 5 BA 5F 61 0 1B F1 5F 25
Octal 11 5 272 137 141 0 33 361 137 45
Binary 1001 101 10111010 1011111 1100001 0 11011 11110001 1011111 100101

Color Harmonies of #0905BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905BA

Black with #0905BA

Text Example


Text Example

White with #0905BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0905BA; }

 p { color: rgb(9,5,186); }

 H1.HeaderClassName
 {
   color: #0905BA;
 }
 .AnyTagClassName
 {
   color: #0905BA;
 }
</style>

background-color css

<style>
 a { background-color: #0905BA; }

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

 div.DivClassName
 {
   background-color: #0905BA;
 }
 .BgClassName
 {
   background-color: #0905BA;
 }
</style>

border-color css

<style>
 span { border-color: #0905BA; }

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

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