#1138DD

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

Shades of Persian Blue #1138DD

Tints of Persian Blue #1138DD

Color information

#1138DD (or 0x1138DD) is unknown color: approx Persian Blue. HEX triplet: 11, 38 and DD. RGB value is (17,56,221). Sum of RGB (Red+Green+Blue) = 17+56+221=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #1138DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1138DD is #EEC722. Grayscale: #3E3E3E. Windows color (decimal): -15648547 or 14497809. OLE color: 14497809.

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

Color convert

RGB1756221-
CMYK0.920.7500.13
HSL228.53º85.71%46.67%-
HSV(B)228.53º92.31%86.67%-
XYZ14.78.1769.21-
YUV63.15217.0895.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 221 (86.72% from 255) = 75.17%
R=5.78%
G=19.05%
B=75.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17562210.920.7500.13228.5385.7146.67
Hex1138DD5C4B0De5562f
Octal217033513411301534512657
Binary10001111000110111011011100100101101101111001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1138DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,56,221); }

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

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

 a { background-color: rgb(17,56,221); }

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

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

 span { border-color: rgb(17,56,221); }

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