#1232CC

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

Shades of Persian Blue #1232CC

Tints of Persian Blue #1232CC

Color information

#1232CC (or 0x1232CC) is unknown color: approx Persian Blue. HEX triplet: 12, 32 and CC. RGB value is (18,50,204). Sum of RGB (Red+Green+Blue) = 18+50+204=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #1232CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1232CC is #EDCD33. Grayscale: #393939. Windows color (decimal): -15584564 or 13382162. OLE color: 13382162.

HSL color Cylindrical-coordinate representation of color #1232CC: hue angle of 229.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1232CC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1850204-
CMYK0.910.7500.2
HSL229.68º83.78%43.53%-
HSV(B)229.68º91.18%80%-
XYZ12.296.7757.79-
YUV57.99210.499.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 204 (80.08% from 255) = 75%
R=6.62%
G=18.38%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18502040.910.7500.2229.6883.7843.53
Hex1232CC5B4B014e6542c
Octal226231413311302434612454
Binary100101100101100110010110111001011010100111001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1232CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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