#1A12BD

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

Shades of Medium Blue #1A12BD

Tints of Medium Blue #1A12BD

Color information

#1A12BD (or 0x1A12BD) is unknown color: approx Medium Blue. HEX triplet: 1A, 12 and BD. RGB value is (26,18,189). Sum of RGB (Red+Green+Blue) = 26+18+189=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A12BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12BD is #E5ED42. Grayscale: #272727. Windows color (decimal): -15068483 or 12390938. OLE color: 12390938.

HSL color Cylindrical-coordinate representation of color #1A12BD: hue angle of 242.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A12BD is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2618189-
CMYK0.860.9000.26
HSL242.81º82.61%40.59%-
HSV(B)242.81º90.48%74.12%-
XYZ9.834.3348.46-
YUV39.89212.15118.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 189 (74.22% from 255) = 81.12%
R=11.16%
G=7.73%
B=81.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26181890.860.9000.26242.8182.6140.59
Hex1A12BD565A01Af35329
Octal322227512613203236312351
Binary11010100101011110110101101011010011010111100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,18,189); }

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

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

 a { background-color: rgb(26,18,189); }

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

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

 span { border-color: rgb(26,18,189); }

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