#1228CC

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

Shades of Persian Blue #1228CC

Tints of Persian Blue #1228CC

Color information

#1228CC (or 0x1228CC) is unknown color: approx Persian Blue. HEX triplet: 12, 28 and CC. RGB value is (18,40,204). Sum of RGB (Red+Green+Blue) = 18+40+204=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #1228CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228CC is #EDD733. Grayscale: #333333. Windows color (decimal): -15587124 or 13379602. OLE color: 13379602.

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

Color convert

RGB1840204-
CMYK0.910.8000.2
HSL232.9º83.78%43.53%-
HSV(B)232.9º91.18%80%-
XYZ11.916.0157.66-
YUV52.12213.71103.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 204 (80.08% from 255) = 77.86%
R=6.87%
G=15.27%
B=77.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18402040.910.8000.2232.983.7843.53
Hex1228CC5B50014e9542c
Octal225031413312002435112454
Binary100101010001100110010110111010000010100111010011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1228CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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