#1040CF

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

Shades of Persian Blue #1040CF

Tints of Persian Blue #1040CF

Color information

#1040CF (or 0x1040CF) is unknown color: approx Persian Blue. HEX triplet: 10, 40 and CF. RGB value is (16,64,207). Sum of RGB (Red+Green+Blue) = 16+64+207=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #1040CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040CF is #EFBF30. Grayscale: #414141. Windows color (decimal): -15712049 or 13582352. OLE color: 13582352.

HSL color Cylindrical-coordinate representation of color #1040CF: hue angle of 224.92º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1040CF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1664207-
CMYK0.920.6900.19
HSL224.92º85.65%43.73%-
HSV(B)224.92º92.27%81.18%-
XYZ13.318.2859.93-
YUV65.95207.692.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 207 (81.25% from 255) = 72.13%
R=5.57%
G=22.30%
B=72.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16642070.920.6900.19224.9285.6543.73
Hex1040CF5C45013e1562c
Octal2010031713410502334112654
Binary1000010000001100111110111001000101010011111000011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1040CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1040CF; }

 p { color: rgb(16,64,207); }

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

<style>
 a { background-color: #1040CF; }

 a { background-color: rgb(16,64,207); }

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

<style>
 span { border-color: #1040CF; }

 span { border-color: rgb(16,64,207); }

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