#1224CB

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

Shades of Persian Blue #1224CB

Tints of Persian Blue #1224CB

Color information

#1224CB (or 0x1224CB) is unknown color: approx Persian Blue. HEX triplet: 12, 24 and CB. RGB value is (18,36,203). Sum of RGB (Red+Green+Blue) = 18+36+203=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #1224CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224CB is #EDDB34. Grayscale: #303030. Windows color (decimal): -15588149 or 13313042. OLE color: 13313042.

HSL color Cylindrical-coordinate representation of color #1224CB: hue angle of 234.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1224CB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1836203-
CMYK0.910.8200.20
HSL234.16º83.71%43.33%-
HSV(B)234.16º91.13%79.61%-
XYZ11.665.756.99-
YUV49.66214.54105.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 203 (79.69% from 255) = 78.99%
R=7.00%
G=14.01%
B=78.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18362030.910.8200.20234.1683.7143.33
Hex1224CB5B52014ea542b
Octal224431313312202435212453
Binary100101001001100101110110111010010010100111010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1224CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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