#1038DD

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

Shades of Persian Blue #1038DD

Tints of Persian Blue #1038DD

Color information

#1038DD (or 0x1038DD) is unknown color: approx Persian Blue. HEX triplet: 10, 38 and DD. RGB value is (16,56,221). Sum of RGB (Red+Green+Blue) = 16+56+221=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #1038DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1038DD is #EFC722. Grayscale: #3E3E3E. Windows color (decimal): -15714083 or 14497808. OLE color: 14497808.

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

Color convert

RGB1656221-
CMYK0.930.7500.13
HSL228.29º86.5%46.47%-
HSV(B)228.29º92.76%86.67%-
XYZ14.688.1669.21-
YUV62.85217.2594.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 221 (86.72% from 255) = 75.43%
R=5.46%
G=19.11%
B=75.43%

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
Decimal16562210.930.7500.13228.2986.546.47
Hex1038DD5D4B0De4562e
Octal207033513511301534412656
Binary10000111000110111011011101100101101101111001001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1038DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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