#102CBE

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

Shades of Persian Blue #102CBE

Tints of Persian Blue #102CBE

Color information

#102CBE (or 0x102CBE) is unknown color: approx Persian Blue. HEX triplet: 10, 2C and BE. RGB value is (16,44,190). Sum of RGB (Red+Green+Blue) = 16+44+190=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #102CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102CBE is #EFD341. Grayscale: #333333. Windows color (decimal): -15717186 or 12463120. OLE color: 12463120.

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

Color convert

RGB1644190-
CMYK0.920.7700.25
HSL230.34º84.47%40.39%-
HSV(B)230.34º91.58%74.51%-
XYZ10.415.6349.25-
YUV52.27205.72102.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 190 (74.61% from 255) = 76%
R=6.4%
G=17.6%
B=76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16441900.920.7700.25230.3484.4740.39
Hex102CBE5C4D019e65428
Octal205427613411503134612450
Binary100001011001011111010111001001101011001111001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,44,190); }

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

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

 a { background-color: rgb(16,44,190); }

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

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

 span { border-color: rgb(16,44,190); }

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