Html Css Color HEX #0F0BB9 Medium Blue

📋 copy color: '#0F0BB9'

red 15 ◦ green 11 ◦ blue 185

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

Shades of Medium Blue #0F0BB9

Tints of Medium Blue #0F0BB9

RGB

 RED value IS 15 (6.25% from 255) = 7.11%

 GREEN value IS 11 (4.69% from 255) = 5.21%

 BLUE value IS 185 (72.66% from 255) = 87.68%

R = 7.11%
G = 5.21%
B = 87.68%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F0BB9 (or 0x0F0BB9) is known color: Medium Blue. HEX triplet: 0F, 0B and B9. RGB value is (15,11,185). Sum of RGB (Red+Green+Blue) = 15+11+185=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 185 (72.66% from 255 or 87.68% from 211); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F0BB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BB9 is #F0F446. Grayscale: #1F1F1F. Windows color (decimal): -15791175 or 12126991. OLE color: 12126991.

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

Color convert

RGB 15 11 185 -
CMYK 0.92 0.94 0 0.27
HSL 241.38º 0.89% 0.38% -
HSV(B) 241.38º 0.94% 0.73% -
XYZ 9.07 3.84 46.16 -
YUV 32.03 214.33 115.85 -
System Red Green Blue C M Y K H S L
Decimal 15 11 185 0.92 0.94 0 0.27 241.38 0.89 0.38
Hex F B B9 5C 5E 0 1B F1 59 26
Octal 17 13 271 134 136 0 33 361 131 46
Binary 1111 1011 10111001 1011100 1011110 0 11011 11110001 1011001 100110

Color Harmonies of #0F0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0BB9

Black with #0F0BB9

Text Example


Text Example

White with #0F0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0BB9; }

 p { color: rgb(15,11,185); }

 H1.HeaderClassName
 {
   color: #0F0BB9;
 }
 .AnyTagClassName
 {
   color: #0F0BB9;
 }
</style>

background-color css

<style>
 a { background-color: #0F0BB9; }

 a { background-color: rgb(15,11,185); }

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

border-color css

<style>
 span { border-color: #0F0BB9; }

 span { border-color: rgb(15,11,185); }

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