Html Css Color HEX #090CBA Medium Blue

📋 copy color: '#090CBA'

red 9 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #090CBA

Tints of Medium Blue #090CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

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

R = 4.35%
G = 5.8%
B = 89.86%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#090CBA (or 0x090CBA) is known color: Medium Blue. HEX triplet: 09, 0C and BA. RGB value is (9,12,186). Sum of RGB (Red+Green+Blue) = 9+12+186=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #090CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CBA is #F6F345. Grayscale: #1E1E1E. Windows color (decimal): -16184134 or 12192777. OLE color: 12192777.

HSL color Cylindrical-coordinate representation of color #090CBA: hue angle of 238.98º 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 #090CBA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 12 186 -
CMYK 0.95 0.94 0 0.27
HSL 238.98º 0.91% 0.38% -
HSV(B) 238.98º 0.95% 0.73% -
XYZ 9.11 3.87 46.72 -
YUV 30.94 215.51 112.35 -
System Red Green Blue C M Y K H S L
Decimal 9 12 186 0.95 0.94 0 0.27 238.98 0.91 0.38
Hex 9 C BA 5F 5E 0 1B EF 5B 26
Octal 11 14 272 137 136 0 33 357 133 46
Binary 1001 1100 10111010 1011111 1011110 0 11011 11101111 1011011 100110

Color Harmonies of #090CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CBA

Black with #090CBA

Text Example


Text Example

White with #090CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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