Html Css Color HEX #0910BA Medium Blue

📋 copy color: '#0910BA'

red 9 ◦ green 16 ◦ blue 186

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

Shades of Medium Blue #0910BA

Tints of Medium Blue #0910BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 4.27%
G = 7.58%
B = 88.15%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0910BA (or 0x0910BA) is known color: Medium Blue. HEX triplet: 09, 10 and BA. RGB value is (9,16,186). Sum of RGB (Red+Green+Blue) = 9+16+186=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #0910BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0910BA is #F6EF45. Grayscale: #202020. Windows color (decimal): -16183110 or 12193801. OLE color: 12193801.

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

Color convert

RGB 9 16 186 -
CMYK 0.95 0.91 0 0.27
HSL 237.63º 0.91% 0.38% -
HSV(B) 237.63º 0.95% 0.73% -
XYZ 9.16 3.97 46.74 -
YUV 33.29 214.18 110.68 -
System Red Green Blue C M Y K H S L
Decimal 9 16 186 0.95 0.91 0 0.27 237.63 0.91 0.38
Hex 9 10 BA 5F 5B 0 1B EE 5B 26
Octal 11 20 272 137 133 0 33 356 133 46
Binary 1001 10000 10111010 1011111 1011011 0 11011 11101110 1011011 100110

Color Harmonies of #0910BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0910BA

Black with #0910BA

Text Example


Text Example

White with #0910BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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