Html Css Color HEX #0C0BBA Medium Blue

📋 copy color: '#0C0BBA'

red 12 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #0C0BBA

Tints of Medium Blue #0C0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

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

R = 5.74%
G = 5.26%
B = 89%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C0BBA (or 0x0C0BBA) is known color: Medium Blue. HEX triplet: 0C, 0B and BA. RGB value is (12,11,186). Sum of RGB (Red+Green+Blue) = 12+11+186=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C0BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0BBA is #F3F445. Grayscale: #1E1E1E. Windows color (decimal): -15987782 or 12192524. OLE color: 12192524.

HSL color Cylindrical-coordinate representation of color #0C0BBA: hue angle of 240.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0BBA is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 11 186 -
CMYK 0.94 0.94 0 0.27
HSL 240.34º 0.89% 0.39% -
HSV(B) 240.34º 0.94% 0.73% -
XYZ 9.13 3.86 46.72 -
YUV 31.25 215.33 114.27 -
System Red Green Blue C M Y K H S L
Decimal 12 11 186 0.94 0.94 0 0.27 240.34 0.89 0.39
Hex C B BA 5E 5E 0 1B F0 59 27
Octal 14 13 272 136 136 0 33 360 131 47
Binary 1100 1011 10111010 1011110 1011110 0 11011 11110000 1011001 100111

Color Harmonies of #0C0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0BBA

Black with #0C0BBA

Text Example


Text Example

White with #0C0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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