#1026C9

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

Shades of Persian Blue #1026C9

Tints of Persian Blue #1026C9

Color information

#1026C9 (or 0x1026C9) is unknown color: approx Persian Blue. HEX triplet: 10, 26 and C9. RGB value is (16,38,201). Sum of RGB (Red+Green+Blue) = 16+38+201=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 201 (78.91% from 255 or 78.82% from 255); Max value from RGB is 201 - color contains mainly: blue. Hex color #1026C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1026C9 is #EFD936. Grayscale: #313131. Windows color (decimal): -15718711 or 13182480. OLE color: 13182480.

HSL color Cylindrical-coordinate representation of color #1026C9: hue angle of 232.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1026C9 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1638201-
CMYK0.920.8100.21
HSL232.86º85.25%42.55%-
HSV(B)232.86º92.04%78.82%-
XYZ11.455.7155.76-
YUV50213.21103.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 201 (78.91% from 255) = 78.82%
R=6.27%
G=14.90%
B=78.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16382010.920.8100.21232.8685.2542.55
Hex1026C95C51015e9552b
Octal204631113412102535112553
Binary100001001101100100110111001010001010101111010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1026C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1026C9; }

 p { color: rgb(16,38,201); }

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

<style>
 a { background-color: #1026C9; }

 a { background-color: rgb(16,38,201); }

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

<style>
 span { border-color: #1026C9; }

 span { border-color: rgb(16,38,201); }

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