#102DBD

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

Shades of Persian Blue #102DBD

Tints of Persian Blue #102DBD

Color information

#102DBD (or 0x102DBD) is unknown color: approx Persian Blue. HEX triplet: 10, 2D and BD. RGB value is (16,45,189). Sum of RGB (Red+Green+Blue) = 16+45+189=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #102DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DBD is #EFD242. Grayscale: #343434. Windows color (decimal): -15716931 or 12397840. OLE color: 12397840.

HSL color Cylindrical-coordinate representation of color #102DBD: hue angle of 229.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102DBD is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1645189-
CMYK0.920.7600.26
HSL229.94º84.39%40.2%-
HSV(B)229.94º91.53%74.12%-
XYZ10.345.6648.69-
YUV52.74204.89101.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 189 (74.22% from 255) = 75.6%
R=6.4%
G=18%
B=75.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16451890.920.7600.26229.9484.3940.2
Hex102DBD5C4C01Ae65428
Octal205527513411403234612450
Binary100001011011011110110111001001100011010111001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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