#102BE2

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

Shades of Persian Blue #102BE2

Tints of Persian Blue #102BE2

Color information

#102BE2 (or 0x102BE2) is unknown color: approx Persian Blue. HEX triplet: 10, 2B and E2. RGB value is (16,43,226). Sum of RGB (Red+Green+Blue) = 16+43+226=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 226 (88.67% from 255 or 79.30% from 285); Max value from RGB is 226 - color contains mainly: blue. Hex color #102BE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102BE2 is #EFD41D. Grayscale: #373737. Windows color (decimal): -15717406 or 14822160. OLE color: 14822160.

HSL color Cylindrical-coordinate representation of color #102BE2: hue angle of 232.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102BE2 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1643226-
CMYK0.930.8100.11
HSL232.29º86.78%47.45%-
HSV(B)232.29º92.92%88.63%-
XYZ14.817.3372.59-
YUV55.79224.0599.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 226 (88.67% from 255) = 79.30%
R=5.61%
G=15.09%
B=79.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16432260.930.8100.11232.2986.7847.45
Hex102BE25D510Be8572f
Octal205334213512101335012757
Binary10000101011111000101011101101000101011111010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,43,226); }

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

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

 a { background-color: rgb(16,43,226); }

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

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

 span { border-color: rgb(16,43,226); }

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