Html Css Color HEX #091ACE Medium Blue

📋 copy color: '#091ACE'

red 9 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #091ACE

Tints of Medium Blue #091ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 85.48%

R = 3.73%
G = 10.79%
B = 85.48%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#091ACE (or 0x091ACE) is known color: Medium Blue. HEX triplet: 09, 1A and CE. RGB value is (9,26,206). Sum of RGB (Red+Green+Blue) = 9+26+206=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #091ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ACE is #F6E531. Grayscale: #282828. Windows color (decimal): -16180530 or 13507081. OLE color: 13507081.

HSL color Cylindrical-coordinate representation of color #091ACE: hue angle of 234.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091ACE is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 26 206 -
CMYK 0.96 0.87 0 0.19
HSL 234.82º 0.92% 0.42% -
HSV(B) 234.82º 0.96% 0.81% -
XYZ 11.62 5.25 58.79 -
YUV 41.44 220.87 104.86 -
System Red Green Blue C M Y K H S L
Decimal 9 26 206 0.96 0.87 0 0.19 234.82 0.92 0.42
Hex 9 1A CE 60 57 0 13 EB 5C 2A
Octal 11 32 316 140 127 0 23 353 134 52
Binary 1001 11010 11001110 1100000 1010111 0 10011 11101011 1011100 101010

Color Harmonies of #091ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ACE

Black with #091ACE

Text Example


Text Example

White with #091ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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