#1C32B6

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

Shades of Persian Blue #1C32B6

Tints of Persian Blue #1C32B6

Color information

#1C32B6 (or 0x1C32B6) is unknown color: approx Persian Blue. HEX triplet: 1C, 32 and B6. RGB value is (28,50,182). Sum of RGB (Red+Green+Blue) = 28+50+182=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #1C32B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32B6 is #E3CD49. Grayscale: #393939. Windows color (decimal): -14929226 or 11940380. OLE color: 11940380.

HSL color Cylindrical-coordinate representation of color #1C32B6: hue angle of 231.43º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C32B6 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2850182-
CMYK0.850.7300.29
HSL231.43º73.33%41.18%-
HSV(B)231.43º84.62%71.37%-
XYZ10.065.9144.87-
YUV58.47197.71106.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.77%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 182 (71.48% from 255) = 70%
R=10.77%
G=19.23%
B=70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28501820.850.7300.29231.4373.3341.18
Hex1C32B6554901De74929
Octal346226612511103534711151
Binary111001100101011011010101011001001011101111001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C32B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,182); }

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

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

 a { background-color: rgb(28,50,182); }

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

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

 span { border-color: rgb(28,50,182); }

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