#0C19BE

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

Shades of Medium Blue #0C19BE

Tints of Medium Blue #0C19BE

Color information

#0C19BE (or 0x0C19BE) is unknown color: approx Medium Blue. HEX triplet: 0C, 19 and BE. RGB value is (12,25,190). Sum of RGB (Red+Green+Blue) = 12+25+190=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C19BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C19BE is #F3E641. Grayscale: #272727. Windows color (decimal): -15984194 or 12458252. OLE color: 12458252.

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

Color convert

RGB1225190-
CMYK0.940.8700.25
HSL235.62º88.12%39.61%-
HSV(B)235.62º93.68%74.51%-
XYZ9.794.4949.07-
YUV39.92212.69108.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 190 (74.61% from 255) = 83.70%
R=5.29%
G=11.01%
B=83.70%

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
Decimal12251900.940.8700.25235.6288.1239.61
HexC19BE5E57019ec5828
Octal143127613612703135413050
Binary1100110011011111010111101010111011001111011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C19BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,25,190); }

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

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

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

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

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

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

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