#1425ba

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

Shades of Persian Blue #1425BA

Tints of Persian Blue #1425BA

Color information

#1425BA (or 0x1425BA) is unknown color: approx Persian Blue. HEX triplet: 14, 25 and BA. RGB value is (20,37,186). Sum of RGB (Red+Green+Blue) = 20+37+186=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #1425BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1425BA is #EBDA45. Grayscale: #303030. Windows color (decimal): -15456838 or 12199188. OLE color: 12199188.

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

Color convert

RGB2037186-
CMYK0.890.8000.27
HSL233.86º80.58%40.39%-
HSV(B)233.86º89.25%72.94%-
XYZ9.815.0246.91-
YUV48.9205.37107.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 186 (73.05% from 255) = 76.54%
R=8.23%
G=15.23%
B=76.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20371860.890.8000.27233.8680.5840.39
Hex1425BA595001Bea5128
Octal244527213112003335212150
Binary101001001011011101010110011010000011011111010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1425ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1425ba; }

 p { color: rgb(20,37,186); }

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

<style>
 a { background-color: #1425ba; }

 a { background-color: rgb(20,37,186); }

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

<style>
 span { border-color: #1425ba; }

 span { border-color: rgb(20,37,186); }

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