#0C18BF

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

Shades of Medium Blue #0C18BF

Tints of Medium Blue #0C18BF

Color information

#0C18BF (or 0x0C18BF) is unknown color: approx Medium Blue. HEX triplet: 0C, 18 and BF. RGB value is (12,24,191). Sum of RGB (Red+Green+Blue) = 12+24+191=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C18BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C18BF is #F3E740. Grayscale: #262626. Windows color (decimal): -15984449 or 12523532. OLE color: 12523532.

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

Color convert

RGB1224191-
CMYK0.940.8700.25
HSL235.98º88.18%39.8%-
HSV(B)235.98º93.72%74.9%-
XYZ9.884.4949.64-
YUV39.45213.52108.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 191 (75% from 255) = 84.14%
R=5.29%
G=10.57%
B=84.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12241910.940.8700.25235.9888.1839.8
HexC18BF5E57019ec5828
Octal143027713612703135413050
Binary1100110001011111110111101010111011001111011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C18BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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