#1A2CC5

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

Shades of Persian Blue #1A2CC5

Tints of Persian Blue #1A2CC5

Color information

#1A2CC5 (or 0x1A2CC5) is unknown color: approx Persian Blue. HEX triplet: 1A, 2C and C5. RGB value is (26,44,197). Sum of RGB (Red+Green+Blue) = 26+44+197=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 197 (77.34% from 255 or 73.78% from 267); Max value from RGB is 197 - color contains mainly: blue. Hex color #1A2CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2CC5 is #E5D33A. Grayscale: #373737. Windows color (decimal): -15061819 or 12921882. OLE color: 12921882.

HSL color Cylindrical-coordinate representation of color #1A2CC5: hue angle of 233.68º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A2CC5 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2644197-
CMYK0.870.7800.23
HSL233.68º76.68%43.73%-
HSV(B)233.68º86.8%77.25%-
XYZ11.46.0553.39-
YUV56.06207.54106.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 197 (77.34% from 255) = 73.78%
R=9.74%
G=16.48%
B=73.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal26441970.870.7800.23233.6876.6843.73
Hex1A2CC5574E017ea4d2c
Octal325430512711602735211554
Binary110101011001100010110101111001110010111111010101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,44,197); }

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

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

 a { background-color: rgb(26,44,197); }

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

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

 span { border-color: rgb(26,44,197); }

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