#1224CC

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

Shades of Persian Blue #1224CC

Tints of Persian Blue #1224CC

Color information

#1224CC (or 0x1224CC) is unknown color: approx Persian Blue. HEX triplet: 12, 24 and CC. RGB value is (18,36,204). Sum of RGB (Red+Green+Blue) = 18+36+204=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #1224CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224CC is #EDDB33. Grayscale: #313131. Windows color (decimal): -15588148 or 13378578. OLE color: 13378578.

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

Color convert

RGB1836204-
CMYK0.910.8200.2
HSL234.19º83.78%43.53%-
HSV(B)234.19º91.18%80%-
XYZ11.785.7557.62-
YUV49.77215.04105.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 204 (80.08% from 255) = 79.07%
R=6.98%
G=13.95%
B=79.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18362040.910.8200.2234.1983.7843.53
Hex1224CC5B52014ea542c
Octal224431413312202435212454
Binary100101001001100110010110111010010010100111010101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1224CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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