#1A07C5

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

Shades of Medium Blue #1A07C5

Tints of Medium Blue #1A07C5

Color information

#1A07C5 (or 0x1A07C5) is unknown color: approx Medium Blue. HEX triplet: 1A, 07 and C5. RGB value is (26,7,197). Sum of RGB (Red+Green+Blue) = 26+7+197=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 197 (77.34% from 255 or 85.65% from 230); Max value from RGB is 197 - color contains mainly: blue. Hex color #1A07C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A07C5 is #E5F83A. Grayscale: #212121. Windows color (decimal): -15071291 or 12912410. OLE color: 12912410.

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

Color convert

RGB267197-
CMYK0.870.9600.23
HSL246º93.14%40%-
HSV(B)246º96.45%77.25%-
XYZ10.584.453.12-
YUV34.34219.79122.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 197 (77.34% from 255) = 85.65%
R=11.30%
G=3.04%
B=85.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2671970.870.9600.2324693.1440
Hex1A7C55760017f65d28
Octal32730512714002736613550
Binary110101111100010110101111100000010111111101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A07C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,197); }

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

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

 a { background-color: rgb(26,7,197); }

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

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

 span { border-color: rgb(26,7,197); }

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