#0C06BB

Color #0C06BB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C06BB

Tints of Medium Blue #0C06BB

Color information

#0C06BB (or 0x0C06BB) is unknown color: approx Medium Blue. HEX triplet: 0C, 06 and BB. RGB value is (12,6,187). Sum of RGB (Red+Green+Blue) = 12+6+187=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C06BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C06BB is #F3F944. Grayscale: #1B1B1B. Windows color (decimal): -15989061 or 12256780. OLE color: 12256780.

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

Color convert

RGB126187-
CMYK0.940.9700.27
HSL241.99º93.78%37.84%-
HSV(B)241.99º96.79%73.33%-
XYZ9.193.847.26-
YUV28.43217.49116.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 187 (73.44% from 255) = 91.22%
R=5.85%
G=2.93%
B=91.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261870.940.9700.27241.9993.7837.84
HexC6BB5E6101Bf25e26
Octal14627313614103336213646
Binary11001101011101110111101100001011011111100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C06BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,6,187); }

 H1.HeaderClassName
 {
   color: #0C06BB;
 }
 .AnyTagClassName
 {
   color: #0C06BB;
 }
</style>
background-color css

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

 a { background-color: rgb(12,6,187); }

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

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

 span { border-color: rgb(12,6,187); }

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