#1028CF

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

Shades of Persian Blue #1028CF

Tints of Persian Blue #1028CF

Color information

#1028CF (or 0x1028CF) is unknown color: approx Persian Blue. HEX triplet: 10, 28 and CF. RGB value is (16,40,207). Sum of RGB (Red+Green+Blue) = 16+40+207=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #1028CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1028CF is #EFD730. Grayscale: #333333. Windows color (decimal): -15718193 or 13576208. OLE color: 13576208.

HSL color Cylindrical-coordinate representation of color #1028CF: hue angle of 232.46º 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 #1028CF is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1640207-
CMYK0.920.8100.19
HSL232.46º85.65%43.73%-
HSV(B)232.46º92.27%81.18%-
XYZ12.236.1359.57-
YUV51.86215.55102.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 207 (81.25% from 255) = 78.71%
R=6.08%
G=15.21%
B=78.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16402070.920.8100.19232.4685.6543.73
Hex1028CF5C51013e8562c
Octal205031713412102335012654
Binary100001010001100111110111001010001010011111010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1028CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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