#1037DD

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

Shades of Persian Blue #1037DD

Tints of Persian Blue #1037DD

Color information

#1037DD (or 0x1037DD) is unknown color: approx Persian Blue. HEX triplet: 10, 37 and DD. RGB value is (16,55,221). Sum of RGB (Red+Green+Blue) = 16+55+221=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #1037DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1037DD is #EFC822. Grayscale: #3D3D3D. Windows color (decimal): -15714339 or 14497552. OLE color: 14497552.

HSL color Cylindrical-coordinate representation of color #1037DD: hue angle of 228.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1037DD is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1655221-
CMYK0.930.7500.13
HSL228.59º86.5%46.47%-
HSV(B)228.59º92.76%86.67%-
XYZ14.638.0669.19-
YUV62.26217.5895-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 221 (86.72% from 255) = 75.68%
R=5.48%
G=18.84%
B=75.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16552210.930.7500.13228.5986.546.47
Hex1037DD5D4B0De5562e
Octal206733513511301534512656
Binary10000110111110111011011101100101101101111001011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1037DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,55,221); }

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

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

 a { background-color: rgb(16,55,221); }

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

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

 span { border-color: rgb(16,55,221); }

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