#1419BB

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

Shades of Persian Blue #1419BB

Tints of Persian Blue #1419BB

Color information

#1419BB (or 0x1419BB) is unknown color: approx Persian Blue. HEX triplet: 14, 19 and BB. RGB value is (20,25,187). Sum of RGB (Red+Green+Blue) = 20+25+187=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #1419BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419BB is #EBE644. Grayscale: #292929. Windows color (decimal): -15459909 or 12261652. OLE color: 12261652.

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

Color convert

RGB2025187-
CMYK0.890.8700.27
HSL238.2º80.68%40.59%-
HSV(B)238.2º89.3%73.33%-
XYZ9.614.4347.36-
YUV41.97209.84112.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 187 (73.44% from 255) = 80.60%
R=8.62%
G=10.78%
B=80.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20251870.890.8700.27238.280.6840.59
Hex1419BB595701Bee5129
Octal243127313112703335612151
Binary10100110011011101110110011010111011011111011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1419BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,25,187); }

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

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

 a { background-color: rgb(20,25,187); }

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

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

 span { border-color: rgb(20,25,187); }

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