Html Css Color HEX #0A09BA Medium Blue

📋 copy color: '#0A09BA'

red 10 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #0A09BA

Tints of Medium Blue #0A09BA

RGB

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

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

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

R = 4.88%
G = 4.39%
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

#0A09BA (or 0x0A09BA) is known color: Medium Blue. HEX triplet: 0A, 09 and BA. RGB value is (10,9,186). Sum of RGB (Red+Green+Blue) = 10+9+186=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 9 (3.91% from 255 or 4.39% 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 #0A09BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A09BA is #F5F645. Grayscale: #1C1C1C. Windows color (decimal): -16119366 or 12192010. OLE color: 12192010.

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

Color convert

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

Color Harmonies of #0A09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A09BA

Black with #0A09BA

Text Example


Text Example

White with #0A09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A09BA; }

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

 H1.HeaderClassName
 {
   color: #0A09BA;
 }
 .AnyTagClassName
 {
   color: #0A09BA;
 }
</style>

background-color css

<style>
 a { background-color: #0A09BA; }

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

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

border-color css

<style>
 span { border-color: #0A09BA; }

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

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