#142FB9

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

Shades of Persian Blue #142FB9

Tints of Persian Blue #142FB9

Color information

#142FB9 (or 0x142FB9) is unknown color: approx Persian Blue. HEX triplet: 14, 2F and B9. RGB value is (20,47,185). Sum of RGB (Red+Green+Blue) = 20+47+185=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 185 (72.66% from 255 or 73.41% from 252); Max value from RGB is 185 - color contains mainly: blue. Hex color #142FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FB9 is #EBD046. Grayscale: #363636. Windows color (decimal): -15454279 or 12136212. OLE color: 12136212.

HSL color Cylindrical-coordinate representation of color #142FB9: hue angle of 230.18º degrees, saturation: 0.8, 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 #142FB9 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2047185-
CMYK0.890.7500.27
HSL230.18º80.49%40.2%-
HSV(B)230.18º89.19%72.55%-
XYZ10.065.6846.47-
YUV54.66201.55103.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 185 (72.66% from 255) = 73.41%
R=7.94%
G=18.65%
B=73.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20471850.890.7500.27230.1880.4940.2
Hex142FB9594B01Be65028
Octal245727113111303334612050
Binary101001011111011100110110011001011011011111001101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142FB9; }

 p { color: rgb(20,47,185); }

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

<style>
 a { background-color: #142FB9; }

 a { background-color: rgb(20,47,185); }

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

<style>
 span { border-color: #142FB9; }

 span { border-color: rgb(20,47,185); }

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