#1A32CC

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

Shades of Persian Blue #1A32CC

Tints of Persian Blue #1A32CC

Color information

#1A32CC (or 0x1A32CC) is unknown color: approx Persian Blue. HEX triplet: 1A, 32 and CC. RGB value is (26,50,204). Sum of RGB (Red+Green+Blue) = 26+50+204=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A32CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A32CC is #E5CD33. Grayscale: #3B3B3B. Windows color (decimal): -15060276 or 13382170. OLE color: 13382170.

HSL color Cylindrical-coordinate representation of color #1A32CC: hue angle of 231.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A32CC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2650204-
CMYK0.870.7500.2
HSL231.91º77.39%45.1%-
HSV(B)231.91º87.25%80%-
XYZ12.476.8657.79-
YUV60.38209.05103.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 204 (80.08% from 255) = 72.86%
R=9.29%
G=17.86%
B=72.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26502040.870.7500.2231.9177.3945.1
Hex1A32CC574B014e84d2d
Octal326231412711302435011555
Binary110101100101100110010101111001011010100111010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,50,204); }

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

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

 a { background-color: rgb(26,50,204); }

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

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

 span { border-color: rgb(26,50,204); }

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