Html Css Color HEX #091ABF Medium Blue

📋 copy color: '#091ABF'

red 9 ◦ green 26 ◦ blue 191

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

Shades of Medium Blue #091ABF

Tints of Medium Blue #091ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 191 (75% from 255) = 84.51%

R = 3.98%
G = 11.5%
B = 84.51%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#091ABF (or 0x091ABF) is known color: Medium Blue. HEX triplet: 09, 1A and BF. RGB value is (9,26,191). Sum of RGB (Red+Green+Blue) = 9+26+191=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #091ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ABF is #F6E540. Grayscale: #272727. Windows color (decimal): -16180545 or 12524041. OLE color: 12524041.

HSL color Cylindrical-coordinate representation of color #091ABF: hue angle of 234.4º 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 #091ABF is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 26 191 -
CMYK 0.95 0.86 0 0.25
HSL 234.4º 0.91% 0.39% -
HSV(B) 234.4º 0.95% 0.75% -
XYZ 9.89 4.56 49.65 -
YUV 39.73 213.37 106.08 -
System Red Green Blue C M Y K H S L
Decimal 9 26 191 0.95 0.86 0 0.25 234.4 0.91 0.39
Hex 9 1A BF 5F 56 0 19 EA 5B 27
Octal 11 32 277 137 126 0 31 352 133 47
Binary 1001 11010 10111111 1011111 1010110 0 11001 11101010 1011011 100111

Color Harmonies of #091ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ABF

Black with #091ABF

Text Example


Text Example

White with #091ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091ABF; }

 p { color: rgb(9,26,191); }

 H1.HeaderClassName
 {
   color: #091ABF;
 }
 .AnyTagClassName
 {
   color: #091ABF;
 }
</style>

background-color css

<style>
 a { background-color: #091ABF; }

 a { background-color: rgb(9,26,191); }

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

border-color css

<style>
 span { border-color: #091ABF; }

 span { border-color: rgb(9,26,191); }

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