Html Css Color HEX #091ABE Medium Blue

📋 copy color: '#091ABE'

red 9 ◦ green 26 ◦ blue 190

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

Shades of Medium Blue #091ABE

Tints of Medium Blue #091ABE

RGB

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

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

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

R = 4%
G = 11.56%
B = 84.44%

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

#091ABE (or 0x091ABE) is known color: Medium Blue. HEX triplet: 09, 1A and BE. RGB value is (9,26,190). Sum of RGB (Red+Green+Blue) = 9+26+190=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #091ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ABE is #F6E541. Grayscale: #262626. Windows color (decimal): -16180546 or 12458505. OLE color: 12458505.

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

Color convert

RGB 9 26 190 -
CMYK 0.95 0.86 0 0.25
HSL 234.36º 0.91% 0.39% -
HSV(B) 234.36º 0.95% 0.75% -
XYZ 9.78 4.51 49.07 -
YUV 39.61 212.87 106.16 -
System Red Green Blue C M Y K H S L
Decimal 9 26 190 0.95 0.86 0 0.25 234.36 0.91 0.39
Hex 9 1A BE 5F 56 0 19 EA 5B 27
Octal 11 32 276 137 126 0 31 352 133 47
Binary 1001 11010 10111110 1011111 1010110 0 11001 11101010 1011011 100111

Color Harmonies of #091ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ABE

Black with #091ABE

Text Example


Text Example

White with #091ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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