#1228C0

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

Shades of Persian Blue #1228C0

Tints of Persian Blue #1228C0

Color information

#1228C0 (or 0x1228C0) is unknown color: approx Persian Blue. HEX triplet: 12, 28 and C0. RGB value is (18,40,192). Sum of RGB (Red+Green+Blue) = 18+40+192=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 192 (75.39% from 255 or 76.8% from 250); Max value from RGB is 192 - color contains mainly: blue. Hex color #1228C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228C0 is #EDD73F. Grayscale: #323232. Windows color (decimal): -15587136 or 12593170. OLE color: 12593170.

HSL color Cylindrical-coordinate representation of color #1228C0: hue angle of 232.41º 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 #1228C0 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1840192-
CMYK0.910.7900.25
HSL232.41º82.86%41.18%-
HSV(B)232.41º90.62%75.29%-
XYZ10.525.4550.37-
YUV50.75207.71104.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 192 (75.39% from 255) = 76.8%
R=7.2%
G=16%
B=76.8%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18401920.910.7900.25232.4182.8641.18
Hex1228C05B4F019e85329
Octal225030013311703135012351
Binary100101010001100000010110111001111011001111010001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1228C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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