Html Css Color HEX #0C09BA Medium Blue

📋 copy color: '#0C09BA'

red 12 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #0C09BA

Tints of Medium Blue #0C09BA

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C09BA (or 0x0C09BA) is known color: Medium Blue. HEX triplet: 0C, 09 and BA. RGB value is (12,9,186). Sum of RGB (Red+Green+Blue) = 12+9+186=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 9 (3.91% from 255 or 4.35% 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 #0C09BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C09BA is #F3F645. Grayscale: #1D1D1D. Windows color (decimal): -15988294 or 12192012. OLE color: 12192012.

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

Color convert

RGB 12 9 186 -
CMYK 0.94 0.95 0 0.27
HSL 241.02º 0.91% 0.38% -
HSV(B) 241.02º 0.95% 0.73% -
XYZ 9.11 3.82 46.71 -
YUV 30.08 215.99 115.11 -
System Red Green Blue C M Y K H S L
Decimal 12 9 186 0.94 0.95 0 0.27 241.02 0.91 0.38
Hex C 9 BA 5E 5F 0 1B F1 5B 26
Octal 14 11 272 136 137 0 33 361 133 46
Binary 1100 1001 10111010 1011110 1011111 0 11011 11110001 1011011 100110

Color Harmonies of #0C09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C09BA

Black with #0C09BA

Text Example


Text Example

White with #0C09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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