#1C02C6

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

Shades of Medium Blue #1C02C6

Tints of Medium Blue #1C02C6

Color information

#1C02C6 (or 0x1C02C6) is unknown color: approx Medium Blue. HEX triplet: 1C, 02 and C6. RGB value is (28,2,198). Sum of RGB (Red+Green+Blue) = 28+2+198=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 198 (77.73% from 255 or 86.84% from 228); Max value from RGB is 198 - color contains mainly: blue. Hex color #1C02C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C02C6 is #E3FD39. Grayscale: #1F1F1F. Windows color (decimal): -14941498 or 12976668. OLE color: 12976668.

HSL color Cylindrical-coordinate representation of color #1C02C6: hue angle of 247.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C02C6 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB282198-
CMYK0.860.9900.22
HSL247.96º98%39.22%-
HSV(B)247.96º98.99%77.65%-
XYZ10.694.3753.71-
YUV32.12221.61125.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.28%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 198 (77.73% from 255) = 86.84%
R=12.28%
G=0.88%
B=86.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2821980.860.9900.22247.969839.22
Hex1C2C65663016f86227
Octal34230612614302637014247
Binary11100101100011010101101100011010110111110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C02C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C02C6; }

 p { color: rgb(28,2,198); }

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

<style>
 a { background-color: #1C02C6; }

 a { background-color: rgb(28,2,198); }

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

<style>
 span { border-color: #1C02C6; }

 span { border-color: rgb(28,2,198); }

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