Html Css Color HEX #091ECC Medium Blue

📋 copy color: '#091ECC'

red 9 ◦ green 30 ◦ blue 204

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

Shades of Medium Blue #091ECC

Tints of Medium Blue #091ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

 BLUE value IS 204 (80.08% from 255) = 83.95%

R = 3.7%
G = 12.35%
B = 83.95%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#091ECC (or 0x091ECC) is known color: Medium Blue. HEX triplet: 09, 1E and CC. RGB value is (9,30,204). Sum of RGB (Red+Green+Blue) = 9+30+204=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #091ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ECC is #F6E133. Grayscale: #2A2A2A. Windows color (decimal): -16179508 or 13377033. OLE color: 13377033.

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

Color convert

RGB 9 30 204 -
CMYK 0.96 0.85 0 0.2
HSL 233.54º 0.92% 0.42% -
HSV(B) 233.54º 0.96% 0.8% -
XYZ 11.48 5.35 57.55 -
YUV 43.56 218.54 103.35 -
System Red Green Blue C M Y K H S L
Decimal 9 30 204 0.96 0.85 0 0.2 233.54 0.92 0.42
Hex 9 1E CC 60 55 0 14 EA 5C 2A
Octal 11 36 314 140 125 0 24 352 134 52
Binary 1001 11110 11001100 1100000 1010101 0 10100 11101010 1011100 101010

Color Harmonies of #091ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ECC

Black with #091ECC

Text Example


Text Example

White with #091ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,30,204); }

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

background-color css

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

 a { background-color: rgb(9,30,204); }

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

border-color css

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

 span { border-color: rgb(9,30,204); }

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