#102ED1

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

Shades of Persian Blue #102ED1

Tints of Persian Blue #102ED1

Color information

#102ED1 (or 0x102ED1) is unknown color: approx Persian Blue. HEX triplet: 10, 2E and D1. RGB value is (16,46,209). Sum of RGB (Red+Green+Blue) = 16+46+209=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 209 (82.03% from 255 or 77.12% from 271); Max value from RGB is 209 - color contains mainly: blue. Hex color #102ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ED1 is #EFD12E. Grayscale: #363636. Windows color (decimal): -15716655 or 13708816. OLE color: 13708816.

HSL color Cylindrical-coordinate representation of color #102ED1: hue angle of 230.67º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102ED1 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1646209-
CMYK0.920.7800.18
HSL230.67º85.78%44.12%-
HSV(B)230.67º92.34%81.96%-
XYZ12.76.6760.94-
YUV55.61214.5699.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 209 (82.03% from 255) = 77.12%
R=5.90%
G=16.97%
B=77.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16462090.920.7800.18230.6785.7844.12
Hex102ED15C4E012e7562c
Octal205632113411602234712654
Binary100001011101101000110111001001110010010111001111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,46,209); }

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

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

 a { background-color: rgb(16,46,209); }

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

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

 span { border-color: rgb(16,46,209); }

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