#1A0CBF

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

Shades of Medium Blue #1A0CBF

Tints of Medium Blue #1A0CBF

Color information

#1A0CBF (or 0x1A0CBF) is unknown color: approx Medium Blue. HEX triplet: 1A, 0C and BF. RGB value is (26,12,191). Sum of RGB (Red+Green+Blue) = 26+12+191=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 191 (75% from 255 or 83.41% from 229); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A0CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CBF is #E5F340. Grayscale: #232323. Windows color (decimal): -15070017 or 12520474. OLE color: 12520474.

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

Color convert

RGB2612191-
CMYK0.860.9400.25
HSL244.69º88.18%39.8%-
HSV(B)244.69º93.72%74.9%-
XYZ9.964.2449.58-
YUV36.59215.14120.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 191 (75% from 255) = 83.41%
R=11.35%
G=5.24%
B=83.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26121910.860.9400.25244.6988.1839.8
Hex1ACBF565E019f55828
Octal321427712613603136513050
Binary1101011001011111110101101011110011001111101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,12,191); }

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

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

 a { background-color: rgb(26,12,191); }

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

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

 span { border-color: rgb(26,12,191); }

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