Html Css Color HEX #0915BA Medium Blue

📋 copy color: '#0915BA'

red 9 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #0915BA

Tints of Medium Blue #0915BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 4.17%
G = 9.72%
B = 86.11%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0915BA (or 0x0915BA) is known color: Medium Blue. HEX triplet: 09, 15 and BA. RGB value is (9,21,186). Sum of RGB (Red+Green+Blue) = 9+21+186=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #0915BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0915BA is #F6EA45. Grayscale: #232323. Windows color (decimal): -16181830 or 12195081. OLE color: 12195081.

HSL color Cylindrical-coordinate representation of color #0915BA: hue angle of 235.93º 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 #0915BA is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 21 186 -
CMYK 0.95 0.89 0 0.27
HSL 235.93º 0.91% 0.38% -
HSV(B) 235.93º 0.95% 0.73% -
XYZ 9.24 4.14 46.77 -
YUV 36.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 9 21 186 0.95 0.89 0 0.27 235.93 0.91 0.38
Hex 9 15 BA 5F 59 0 1B EC 5B 26
Octal 11 25 272 137 131 0 33 354 133 46
Binary 1001 10101 10111010 1011111 1011001 0 11011 11101100 1011011 100110

Color Harmonies of #0915BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0915BA

Black with #0915BA

Text Example


Text Example

White with #0915BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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