#1227DD

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

Shades of Persian Blue #1227DD

Tints of Persian Blue #1227DD

Color information

#1227DD (or 0x1227DD) is unknown color: approx Persian Blue. HEX triplet: 12, 27 and DD. RGB value is (18,39,221). Sum of RGB (Red+Green+Blue) = 18+39+221=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #1227DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1227DD is #EDD822. Grayscale: #343434. Windows color (decimal): -15587363 or 14493458. OLE color: 14493458.

HSL color Cylindrical-coordinate representation of color #1227DD: hue angle of 233.79º 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 #1227DD is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1839221-
CMYK0.920.8200.13
HSL233.79º84.94%46.86%-
HSV(B)233.79º91.86%86.67%-
XYZ14.036.868.98-
YUV53.47222.54102.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 221 (86.72% from 255) = 79.50%
R=6.47%
G=14.03%
B=79.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18392210.920.8200.13233.7984.9446.86
Hex1227DD5C520Dea552f
Octal224733513412201535212557
Binary10010100111110111011011100101001001101111010101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1227DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1227DD; }

 p { color: rgb(18,39,221); }

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

<style>
 a { background-color: #1227DD; }

 a { background-color: rgb(18,39,221); }

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

<style>
 span { border-color: #1227DD; }

 span { border-color: rgb(18,39,221); }

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