Html Css Color HEX #0905BB Medium Blue

📋 copy color: '#0905BB'

red 9 ◦ green 5 ◦ blue 187

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

Shades of Medium Blue #0905BB

Tints of Medium Blue #0905BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 93.03%

R = 4.48%
G = 2.49%
B = 93.03%

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

#0905BB (or 0x0905BB) is known color: Medium Blue. HEX triplet: 09, 05 and BB. RGB value is (9,5,187). Sum of RGB (Red+Green+Blue) = 9+5+187=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 187 (73.44% from 255 or 93.03% from 201); Max value from RGB is 187 - color contains mainly: blue. Hex color #0905BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905BB is #F6FA44. Grayscale: #1A1A1A. Windows color (decimal): -16185925 or 12256521. OLE color: 12256521.

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

Color convert

RGB 9 5 187 -
CMYK 0.95 0.97 0 0.27
HSL 241.32º 0.95% 0.38% -
HSV(B) 241.32º 0.97% 0.73% -
XYZ 9.14 3.75 47.26 -
YUV 26.94 218.33 115.2 -
System Red Green Blue C M Y K H S L
Decimal 9 5 187 0.95 0.97 0 0.27 241.32 0.95 0.38
Hex 9 5 BB 5F 61 0 1B F1 5F 26
Octal 11 5 273 137 141 0 33 361 137 46
Binary 1001 101 10111011 1011111 1100001 0 11011 11110001 1011111 100110

Color Harmonies of #0905BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905BB

Black with #0905BB

Text Example


Text Example

White with #0905BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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