Html Css Color HEX #091ECA Medium Blue

📋 copy color: '#091ECA'

red 9 ◦ green 30 ◦ blue 202

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

Shades of Medium Blue #091ECA

Tints of Medium Blue #091ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 83.82%

R = 3.73%
G = 12.45%
B = 83.82%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#091ECA (or 0x091ECA) is known color: Medium Blue. HEX triplet: 09, 1E and CA. RGB value is (9,30,202). Sum of RGB (Red+Green+Blue) = 9+30+202=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 202 (79.30% from 255 or 83.82% from 241); Max value from RGB is 202 - color contains mainly: blue. Hex color #091ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ECA is #F6E135. Grayscale: #2A2A2A. Windows color (decimal): -16179510 or 13245961. OLE color: 13245961.

HSL color Cylindrical-coordinate representation of color #091ECA: hue angle of 233.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091ECA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 30 202 -
CMYK 0.96 0.85 0 0.21
HSL 233.47º 0.91% 0.41% -
HSV(B) 233.47º 0.96% 0.79% -
XYZ 11.24 5.25 56.3 -
YUV 43.33 217.54 103.51 -
System Red Green Blue C M Y K H S L
Decimal 9 30 202 0.96 0.85 0 0.21 233.47 0.91 0.41
Hex 9 1E CA 60 55 0 15 E9 5B 29
Octal 11 36 312 140 125 0 25 351 133 51
Binary 1001 11110 11001010 1100000 1010101 0 10101 11101001 1011011 101001

Color Harmonies of #091ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ECA

Black with #091ECA

Text Example


Text Example

White with #091ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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