Html Css Color HEX #0C0BBC Medium Blue

📋 copy color: '#0C0BBC'

red 12 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #0C0BBC

Tints of Medium Blue #0C0BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.1%

R = 5.69%
G = 5.21%
B = 89.1%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C0BBC (or 0x0C0BBC) is known color: Medium Blue. HEX triplet: 0C, 0B and BC. RGB value is (12,11,188). Sum of RGB (Red+Green+Blue) = 12+11+188=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C0BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0BBC is #F3F443. Grayscale: #1E1E1E. Windows color (decimal): -15987780 or 12323596. OLE color: 12323596.

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

Color convert

RGB 12 11 188 -
CMYK 0.94 0.94 0 0.26
HSL 240.34º 0.89% 0.39% -
HSV(B) 240.34º 0.94% 0.74% -
XYZ 9.35 3.95 47.85 -
YUV 31.48 216.33 114.11 -
System Red Green Blue C M Y K H S L
Decimal 12 11 188 0.94 0.94 0 0.26 240.34 0.89 0.39
Hex C B BC 5E 5E 0 1A F0 59 27
Octal 14 13 274 136 136 0 32 360 131 47
Binary 1100 1011 10111100 1011110 1011110 0 11010 11110000 1011001 100111

Color Harmonies of #0C0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0BBC

Black with #0C0BBC

Text Example


Text Example

White with #0C0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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