#1025BB

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

Shades of Persian Blue #1025BB

Tints of Persian Blue #1025BB

Color information

#1025BB (or 0x1025BB) is unknown color: approx Persian Blue. HEX triplet: 10, 25 and BB. RGB value is (16,37,187). Sum of RGB (Red+Green+Blue) = 16+37+187=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #1025BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025BB is #EFDA44. Grayscale: #2F2F2F. Windows color (decimal): -15718981 or 12264720. OLE color: 12264720.

HSL color Cylindrical-coordinate representation of color #1025BB: hue angle of 232.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1025BB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1637187-
CMYK0.910.8000.27
HSL232.63º84.24%39.8%-
HSV(B)232.63º91.44%73.33%-
XYZ9.845.0247.46-
YUV47.82206.54105.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 187 (73.44% from 255) = 77.92%
R=6.67%
G=15.42%
B=77.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16371870.910.8000.27232.6384.2439.8
Hex1025BB5B5001Be95428
Octal204527313312003335112450
Binary100001001011011101110110111010000011011111010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1025BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1025BB; }

 p { color: rgb(16,37,187); }

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

<style>
 a { background-color: #1025BB; }

 a { background-color: rgb(16,37,187); }

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

<style>
 span { border-color: #1025BB; }

 span { border-color: rgb(16,37,187); }

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