Html Css Color HEX #0905BD Medium Blue

📋 copy color: '#0905BD'

red 9 ◦ green 5 ◦ blue 189

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

Shades of Medium Blue #0905BD

Tints of Medium Blue #0905BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 93.1%

R = 4.43%
G = 2.46%
B = 93.1%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0905BD (or 0x0905BD) is known color: Medium Blue. HEX triplet: 09, 05 and BD. RGB value is (9,5,189). Sum of RGB (Red+Green+Blue) = 9+5+189=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #0905BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905BD is #F6FA42. Grayscale: #1A1A1A. Windows color (decimal): -16185923 or 12387593. OLE color: 12387593.

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

Color convert

RGB 9 5 189 -
CMYK 0.95 0.97 0 0.26
HSL 241.3º 0.95% 0.38% -
HSV(B) 241.3º 0.97% 0.74% -
XYZ 9.35 3.84 48.39 -
YUV 27.17 219.33 115.04 -
System Red Green Blue C M Y K H S L
Decimal 9 5 189 0.95 0.97 0 0.26 241.3 0.95 0.38
Hex 9 5 BD 5F 61 0 1A F1 5F 26
Octal 11 5 275 137 141 0 32 361 137 46
Binary 1001 101 10111101 1011111 1100001 0 11010 11110001 1011111 100110

Color Harmonies of #0905BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905BD

Black with #0905BD

Text Example


Text Example

White with #0905BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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