Html Css Color HEX #0911BE Medium Blue

📋 copy color: '#0911BE'

red 9 ◦ green 17 ◦ blue 190

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

Shades of Medium Blue #0911BE

Tints of Medium Blue #0911BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 190 (74.61% from 255) = 87.96%

R = 4.17%
G = 7.87%
B = 87.96%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0911BE (or 0x0911BE) is known color: Medium Blue. HEX triplet: 09, 11 and BE. RGB value is (9,17,190). Sum of RGB (Red+Green+Blue) = 9+17+190=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #0911BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0911BE is #F6EE41. Grayscale: #212121. Windows color (decimal): -16182850 or 12456201. OLE color: 12456201.

HSL color Cylindrical-coordinate representation of color #0911BE: hue angle of 237.35º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0911BE is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 17 190 -
CMYK 0.95 0.91 0 0.25
HSL 237.35º 0.91% 0.39% -
HSV(B) 237.35º 0.95% 0.75% -
XYZ 9.61 4.18 49.02 -
YUV 34.33 215.85 109.93 -
System Red Green Blue C M Y K H S L
Decimal 9 17 190 0.95 0.91 0 0.25 237.35 0.91 0.39
Hex 9 11 BE 5F 5B 0 19 ED 5B 27
Octal 11 21 276 137 133 0 31 355 133 47
Binary 1001 10001 10111110 1011111 1011011 0 11001 11101101 1011011 100111

Color Harmonies of #0911BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0911BE

Black with #0911BE

Text Example


Text Example

White with #0911BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0911BE; }

 p { color: rgb(9,17,190); }

 H1.HeaderClassName
 {
   color: #0911BE;
 }
 .AnyTagClassName
 {
   color: #0911BE;
 }
</style>

background-color css

<style>
 a { background-color: #0911BE; }

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

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

border-color css

<style>
 span { border-color: #0911BE; }

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

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