#102AB7

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

Shades of Persian Blue #102AB7

Tints of Persian Blue #102AB7

Color information

#102AB7 (or 0x102AB7) is unknown color: approx Persian Blue. HEX triplet: 10, 2A and B7. RGB value is (16,42,183). Sum of RGB (Red+Green+Blue) = 16+42+183=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #102AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102AB7 is #EFD548. Grayscale: #313131. Windows color (decimal): -15717705 or 12003856. OLE color: 12003856.

HSL color Cylindrical-coordinate representation of color #102AB7: hue angle of 230.66º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102AB7 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1642183-
CMYK0.910.7700.28
HSL230.66º83.92%39.02%-
HSV(B)230.66º91.26%71.76%-
XYZ9.595.1845.3-
YUV50.3202.89103.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 183 (71.88% from 255) = 75.93%
R=6.64%
G=17.43%
B=75.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16421830.910.7700.28230.6683.9239.02
Hex102AB75B4D01Ce75427
Octal205226713311503434712447
Binary100001010101011011110110111001101011100111001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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