#1224DE

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

Shades of Persian Blue #1224DE

Tints of Persian Blue #1224DE

Color information

#1224DE (or 0x1224DE) is unknown color: approx Persian Blue. HEX triplet: 12, 24 and DE. RGB value is (18,36,222). Sum of RGB (Red+Green+Blue) = 18+36+222=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #1224DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224DE is #EDDB21. Grayscale: #333333. Windows color (decimal): -15588130 or 14558226. OLE color: 14558226.

HSL color Cylindrical-coordinate representation of color #1224DE: hue angle of 234.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1224DE is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1836222-
CMYK0.920.8400.13
HSL234.71º85%47.06%-
HSV(B)234.71º91.89%87.06%-
XYZ14.076.6669.65-
YUV51.82224.04103.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 222 (87.11% from 255) = 80.43%
R=6.52%
G=13.04%
B=80.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18362220.920.8400.13234.718547.06
Hex1224DE5C540Deb552f
Octal224433613412401535312557
Binary10010100100110111101011100101010001101111010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1224DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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