#0119C2

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

Shades of Medium Blue #0119C2

Tints of Medium Blue #0119C2

Color information

#0119C2 (or 0x0119C2) is unknown color: approx Medium Blue. HEX triplet: 01, 19 and C2. RGB value is (1,25,194). Sum of RGB (Red+Green+Blue) = 1+25+194=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 194 (76.17% from 255 or 88.18% from 220); Max value from RGB is 194 - color contains mainly: blue. Hex color #0119C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0119C2 is #FEE63D. Grayscale: #242424. Windows color (decimal): -16705086 or 12720385. OLE color: 12720385.

HSL color Cylindrical-coordinate representation of color #0119C2: hue angle of 232.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0119C2 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125194-
CMYK0.990.8700.24
HSL232.54º98.97%38.24%-
HSV(B)232.54º99.48%76.08%-
XYZ10.14.651.39-
YUV37.09216.55102.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 194 (76.17% from 255) = 88.18%
R=0.45%
G=11.36%
B=88.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251940.990.8700.24232.5498.9738.24
Hex119C26357018e96326
Octal13130214312703035114346
Binary1110011100001011000111010111011000111010011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0119C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0119C2; }

 p { color: rgb(1,25,194); }

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

<style>
 a { background-color: #0119C2; }

 a { background-color: rgb(1,25,194); }

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

<style>
 span { border-color: #0119C2; }

 span { border-color: rgb(1,25,194); }

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