#0108C2

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

Shades of Medium Blue #0108C2

Tints of Medium Blue #0108C2

Color information

#0108C2 (or 0x0108C2) is unknown color: approx Medium Blue. HEX triplet: 01, 08 and C2. RGB value is (1,8,194). Sum of RGB (Red+Green+Blue) = 1+8+194=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 194 (76.17% from 255 or 95.57% from 203); Max value from RGB is 194 - color contains mainly: blue. Hex color #0108C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0108C2 is #FEF73D. Grayscale: #1A1A1A. Windows color (decimal): -16709438 or 12716033. OLE color: 12716033.

HSL color Cylindrical-coordinate representation of color #0108C2: hue angle of 237.82º 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 #0108C2 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18194-
CMYK0.990.9600.24
HSL237.82º98.97%38.24%-
HSV(B)237.82º99.48%76.08%-
XYZ9.844.0851.31-
YUV27.11222.18109.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 194 (76.17% from 255) = 95.57%
R=0.49%
G=3.94%
B=95.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181940.990.9600.24237.8298.9738.24
Hex18C26360018ee6326
Octal11030214314003035614346
Binary110001100001011000111100000011000111011101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0108C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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