#101EC6

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

Shades of Persian Blue #101EC6

Tints of Persian Blue #101EC6

Color information

#101EC6 (or 0x101EC6) is unknown color: approx Persian Blue. HEX triplet: 10, 1E and C6. RGB value is (16,30,198). Sum of RGB (Red+Green+Blue) = 16+30+198=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #101EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101EC6 is #EFE139. Grayscale: #2C2C2C. Windows color (decimal): -15720762 or 12983824. OLE color: 12983824.

HSL color Cylindrical-coordinate representation of color #101EC6: hue angle of 235.38º 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 #101EC6 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1630198-
CMYK0.920.8500.22
HSL235.38º85.05%41.96%-
HSV(B)235.38º91.92%77.65%-
XYZ10.875.1253.84-
YUV44.97214.36107.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 198 (77.73% from 255) = 81.15%
R=6.56%
G=12.30%
B=81.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16301980.920.8500.22235.3885.0541.96
Hex101EC65C55016eb552a
Octal203630613412502635312552
Binary10000111101100011010111001010101010110111010111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101EC6; }

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

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

<style>
 a { background-color: #101EC6; }

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

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

<style>
 span { border-color: #101EC6; }

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

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