#1A07C0

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

Shades of Medium Blue #1A07C0

Tints of Medium Blue #1A07C0

Color information

#1A07C0 (or 0x1A07C0) is unknown color: approx Medium Blue. HEX triplet: 1A, 07 and C0. RGB value is (26,7,192). Sum of RGB (Red+Green+Blue) = 26+7+192=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 192 (75.39% from 255 or 85.33% from 225); Max value from RGB is 192 - color contains mainly: blue. Hex color #1A07C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A07C0 is #E5F83F. Grayscale: #212121. Windows color (decimal): -15071296 or 12584730. OLE color: 12584730.

HSL color Cylindrical-coordinate representation of color #1A07C0: hue angle of 246.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A07C0 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB267192-
CMYK0.860.9600.25
HSL246.16º92.96%39.02%-
HSV(B)246.16º96.35%75.29%-
XYZ10.024.1850.15-
YUV33.77217.29122.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 192 (75.39% from 255) = 85.33%
R=11.56%
G=3.11%
B=85.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2671920.860.9600.25246.1692.9639.02
Hex1A7C05660019f65d27
Octal32730012614003136613547
Binary110101111100000010101101100000011001111101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A07C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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