#0C0CBF

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

Shades of Medium Blue #0C0CBF

Tints of Medium Blue #0C0CBF

Color information

#0C0CBF (or 0x0C0CBF) is unknown color: approx Medium Blue. HEX triplet: 0C, 0C and BF. RGB value is (12,12,191). Sum of RGB (Red+Green+Blue) = 12+12+191=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C0CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0CBF is #F3F340. Grayscale: #1F1F1F. Windows color (decimal): -15987521 or 12520460. OLE color: 12520460.

HSL color Cylindrical-coordinate representation of color #0C0CBF: hue angle of 240º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0CBF is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1212191-
CMYK0.940.9400.25
HSL240º88.18%39.8%-
HSV(B)240º93.72%74.9%-
XYZ9.694.149.57-
YUV32.41217.5113.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 191 (75% from 255) = 88.84%
R=5.58%
G=5.58%
B=88.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12121910.940.9400.2524088.1839.8
HexCCBF5E5E019f05828
Octal141427713613603136013050
Binary110011001011111110111101011110011001111100001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,12,191); }

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

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

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

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

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

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

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