#1a0ecf

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

Shades of Medium Blue #1A0ECF

Tints of Medium Blue #1A0ECF

Color information

#1A0ECF (or 0x1A0ECF) is unknown color: approx Medium Blue. HEX triplet: 1A, 0E and CF. RGB value is (26,14,207). Sum of RGB (Red+Green+Blue) = 26+14+207=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A0ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0ECF is #E5F130. Grayscale: #262626. Windows color (decimal): -15069489 or 13569562. OLE color: 13569562.

HSL color Cylindrical-coordinate representation of color #1A0ECF: hue angle of 243.73º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0ECF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2614207-
CMYK0.870.9300.19
HSL243.73º87.33%43.33%-
HSV(B)243.73º93.24%81.18%-
XYZ11.855.0459.38-
YUV39.59222.48118.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 207 (81.25% from 255) = 83.81%
R=10.53%
G=5.67%
B=83.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal26142070.870.9300.19243.7387.3343.33
Hex1AECF575D013f4572b
Octal321631712713502336412753
Binary1101011101100111110101111011101010011111101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a0ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,14,207); }

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

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

 a { background-color: rgb(26,14,207); }

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

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

 span { border-color: rgb(26,14,207); }

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