#102AC6

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

Shades of Persian Blue #102AC6

Tints of Persian Blue #102AC6

Color information

#102AC6 (or 0x102AC6) is unknown color: approx Persian Blue. HEX triplet: 10, 2A and C6. RGB value is (16,42,198). Sum of RGB (Red+Green+Blue) = 16+42+198=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 198 (77.73% from 255 or 77.34% from 256); Max value from RGB is 198 - color contains mainly: blue. Hex color #102AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102AC6 is #EFD539. Grayscale: #333333. Windows color (decimal): -15717690 or 12986896. OLE color: 12986896.

HSL color Cylindrical-coordinate representation of color #102AC6: hue angle of 231.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102AC6 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1642198-
CMYK0.920.7900.22
HSL231.43º85.05%41.96%-
HSV(B)231.43º91.92%77.65%-
XYZ11.235.8453.96-
YUV52.01210.39102.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 198 (77.73% from 255) = 77.34%
R=6.25%
G=16.41%
B=77.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16421980.920.7900.22231.4385.0541.96
Hex102AC65C4F016e7552a
Octal205230613411702634712552
Binary100001010101100011010111001001111010110111001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102AC6; }

 p { color: rgb(16,42,198); }

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

<style>
 a { background-color: #102AC6; }

 a { background-color: rgb(16,42,198); }

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

<style>
 span { border-color: #102AC6; }

 span { border-color: rgb(16,42,198); }

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