Html Css Color HEX #091ABC Medium Blue

📋 copy color: '#091ABC'

red 9 ◦ green 26 ◦ blue 188

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

Shades of Medium Blue #091ABC

Tints of Medium Blue #091ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 84.3%

R = 4.04%
G = 11.66%
B = 84.3%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#091ABC (or 0x091ABC) is known color: Medium Blue. HEX triplet: 09, 1A and BC. RGB value is (9,26,188). Sum of RGB (Red+Green+Blue) = 9+26+188=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #091ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ABC is #F6E543. Grayscale: #262626. Windows color (decimal): -16180548 or 12327433. OLE color: 12327433.

HSL color Cylindrical-coordinate representation of color #091ABC: hue angle of 234.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091ABC is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 26 188 -
CMYK 0.95 0.86 0 0.26
HSL 234.3º 0.91% 0.39% -
HSV(B) 234.3º 0.95% 0.74% -
XYZ 9.56 4.43 47.93 -
YUV 39.39 211.87 106.33 -
System Red Green Blue C M Y K H S L
Decimal 9 26 188 0.95 0.86 0 0.26 234.3 0.91 0.39
Hex 9 1A BC 5F 56 0 1A EA 5B 27
Octal 11 32 274 137 126 0 32 352 133 47
Binary 1001 11010 10111100 1011111 1010110 0 11010 11101010 1011011 100111

Color Harmonies of #091ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ABC

Black with #091ABC

Text Example


Text Example

White with #091ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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