#1A0BBC

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

Shades of Medium Blue #1A0BBC

Tints of Medium Blue #1A0BBC

Color information

#1A0BBC (or 0x1A0BBC) is unknown color: approx Medium Blue. HEX triplet: 1A, 0B and BC. RGB value is (26,11,188). Sum of RGB (Red+Green+Blue) = 26+11+188=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A0BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0BBC is #E5F443. Grayscale: #222222. Windows color (decimal): -15070276 or 12323610. OLE color: 12323610.

HSL color Cylindrical-coordinate representation of color #1A0BBC: hue angle of 245.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0BBC is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2611188-
CMYK0.860.9400.26
HSL245.08º88.94%39.02%-
HSV(B)245.08º94.15%73.73%-
XYZ9.624.0947.86-
YUV35.66213.97121.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 188 (73.83% from 255) = 83.56%
R=11.56%
G=4.89%
B=83.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26111880.860.9400.26245.0888.9439.02
Hex1ABBC565E01Af55927
Octal321327412613603236513147
Binary1101010111011110010101101011110011010111101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,11,188); }

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

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

 a { background-color: rgb(26,11,188); }

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

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

 span { border-color: rgb(26,11,188); }

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