#102dd6

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

Shades of Persian Blue #102DD6

Tints of Persian Blue #102DD6

Color information

#102DD6 (or 0x102DD6) is unknown color: approx Persian Blue. HEX triplet: 10, 2D and D6. RGB value is (16,45,214). Sum of RGB (Red+Green+Blue) = 16+45+214=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 214 (83.98% from 255 or 77.82% from 275); Max value from RGB is 214 - color contains mainly: blue. Hex color #102DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DD6 is #EFD229. Grayscale: #363636. Windows color (decimal): -15716906 or 14036240. OLE color: 14036240.

HSL color Cylindrical-coordinate representation of color #102DD6: hue angle of 231.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102DD6 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1645214-
CMYK0.930.7900.16
HSL231.21º86.09%45.1%-
HSV(B)231.21º92.52%83.92%-
XYZ13.296.8464.24-
YUV55.6217.3999.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 214 (83.98% from 255) = 77.82%
R=5.82%
G=16.36%
B=77.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16452140.930.7900.16231.2186.0945.1
Hex102DD65D4F010e7562d
Octal205532613511702034712655
Binary100001011011101011010111011001111010000111001111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,45,214); }

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

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

 a { background-color: rgb(16,45,214); }

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

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

 span { border-color: rgb(16,45,214); }

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