Html Css Color HEX #090ABA Medium Blue

📋 copy color: '#090ABA'

red 9 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #090ABA

Tints of Medium Blue #090ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

 BLUE value IS 186 (73.05% from 255) = 90.73%

R = 4.39%
G = 4.88%
B = 90.73%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#090ABA (or 0x090ABA) is known color: Medium Blue. HEX triplet: 09, 0A and BA. RGB value is (9,10,186). Sum of RGB (Red+Green+Blue) = 9+10+186=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #090ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090ABA is #F6F545. Grayscale: #1D1D1D. Windows color (decimal): -16184646 or 12192265. OLE color: 12192265.

HSL color Cylindrical-coordinate representation of color #090ABA: hue angle of 239.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090ABA is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 10 186 -
CMYK 0.95 0.95 0 0.27
HSL 239.66º 0.91% 0.38% -
HSV(B) 239.66º 0.95% 0.73% -
XYZ 9.08 3.82 46.71 -
YUV 29.77 216.17 113.19 -
System Red Green Blue C M Y K H S L
Decimal 9 10 186 0.95 0.95 0 0.27 239.66 0.91 0.38
Hex 9 A BA 5F 5F 0 1B F0 5B 26
Octal 11 12 272 137 137 0 33 360 133 46
Binary 1001 1010 10111010 1011111 1011111 0 11011 11110000 1011011 100110

Color Harmonies of #090ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090ABA

Black with #090ABA

Text Example


Text Example

White with #090ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090ABA; }

 p { color: rgb(9,10,186); }

 H1.HeaderClassName
 {
   color: #090ABA;
 }
 .AnyTagClassName
 {
   color: #090ABA;
 }
</style>

background-color css

<style>
 a { background-color: #090ABA; }

 a { background-color: rgb(9,10,186); }

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

border-color css

<style>
 span { border-color: #090ABA; }

 span { border-color: rgb(9,10,186); }

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