Html Css Color HEX #0809BA Medium Blue

📋 copy color: '#0809BA'

red 8 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #0809BA

Tints of Medium Blue #0809BA

RGB

 RED value IS 8 (3.52% from 255) = 3.94%

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 3.94%
G = 4.43%
B = 91.63%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0809BA (or 0x0809BA) is known color: Medium Blue. HEX triplet: 08, 09 and BA. RGB value is (8,9,186). Sum of RGB (Red+Green+Blue) = 8+9+186=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #0809BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0809BA is #F7F645. Grayscale: #1C1C1C. Windows color (decimal): -16250438 or 12192008. OLE color: 12192008.

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

Color convert

RGB 8 9 186 -
CMYK 0.96 0.95 0 0.27
HSL 239.66º 0.92% 0.38% -
HSV(B) 239.66º 0.96% 0.73% -
XYZ 9.06 3.79 46.71 -
YUV 28.88 216.67 113.11 -
System Red Green Blue C M Y K H S L
Decimal 8 9 186 0.96 0.95 0 0.27 239.66 0.92 0.38
Hex 8 9 BA 60 5F 0 1B F0 5C 26
Octal 10 11 272 140 137 0 33 360 134 46
Binary 1000 1001 10111010 1100000 1011111 0 11011 11110000 1011100 100110

Color Harmonies of #0809BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0809BA

Black with #0809BA

Text Example


Text Example

White with #0809BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0809BA; }

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

 H1.HeaderClassName
 {
   color: #0809BA;
 }
 .AnyTagClassName
 {
   color: #0809BA;
 }
</style>

background-color css

<style>
 a { background-color: #0809BA; }

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

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

border-color css

<style>
 span { border-color: #0809BA; }

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

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