#1A04C8

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

Shades of Medium Blue #1A04C8

Tints of Medium Blue #1A04C8

Color information

#1A04C8 (or 0x1A04C8) is unknown color: approx Medium Blue. HEX triplet: 1A, 04 and C8. RGB value is (26,4,200). Sum of RGB (Red+Green+Blue) = 26+4+200=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 200 (78.52% from 255 or 86.96% from 230); Max value from RGB is 200 - color contains mainly: blue. Hex color #1A04C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A04C8 is #E5FB37. Grayscale: #202020. Windows color (decimal): -15072056 or 13108250. OLE color: 13108250.

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

Color convert

RGB264200-
CMYK0.870.9800.22
HSL246.73º96.08%40%-
HSV(B)246.73º98%78.43%-
XYZ10.894.4854.93-
YUV32.92222.29123.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 200 (78.52% from 255) = 86.96%
R=11.30%
G=1.74%
B=86.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2642000.870.9800.22246.7396.0840
Hex1A4C85762016f76028
Octal32431012714202636714050
Binary110101001100100010101111100010010110111101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A04C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,4,200); }

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

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

 a { background-color: rgb(26,4,200); }

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

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

 span { border-color: rgb(26,4,200); }

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