#1232C0

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

Shades of Persian Blue #1232C0

Tints of Persian Blue #1232C0

Color information

#1232C0 (or 0x1232C0) is unknown color: approx Persian Blue. HEX triplet: 12, 32 and C0. RGB value is (18,50,192). Sum of RGB (Red+Green+Blue) = 18+50+192=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #1232C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1232C0 is #EDCD3F. Grayscale: #383838. Windows color (decimal): -15584576 or 12595730. OLE color: 12595730.

HSL color Cylindrical-coordinate representation of color #1232C0: hue angle of 228.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1232C0 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1850192-
CMYK0.910.7400.25
HSL228.97º82.86%41.18%-
HSV(B)228.97º90.62%75.29%-
XYZ10.96.2250.49-
YUV56.62204.4100.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 192 (75.39% from 255) = 73.85%
R=6.92%
G=19.23%
B=73.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18501920.910.7400.25228.9782.8641.18
Hex1232C05B4A019e55329
Octal226230013311203134512351
Binary100101100101100000010110111001010011001111001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1232C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1232C0; }

 p { color: rgb(18,50,192); }

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

<style>
 a { background-color: #1232C0; }

 a { background-color: rgb(18,50,192); }

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

<style>
 span { border-color: #1232C0; }

 span { border-color: rgb(18,50,192); }

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