#142DCB

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

Shades of Persian Blue #142DCB

Tints of Persian Blue #142DCB

Color information

#142DCB (or 0x142DCB) is unknown color: approx Persian Blue. HEX triplet: 14, 2D and CB. RGB value is (20,45,203). Sum of RGB (Red+Green+Blue) = 20+45+203=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #142DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DCB is #EBD234. Grayscale: #363636. Windows color (decimal): -15454773 or 13315348. OLE color: 13315348.

HSL color Cylindrical-coordinate representation of color #142DCB: hue angle of 231.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142DCB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2045203-
CMYK0.900.7800.20
HSL231.8º82.06%43.73%-
HSV(B)231.8º90.15%79.61%-
XYZ12.016.3457.09-
YUV55.54211.22102.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 203 (79.69% from 255) = 75.75%
R=7.46%
G=16.79%
B=75.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20452030.900.7800.20231.882.0643.73
Hex142DCB5A4E014e8522c
Octal245531313211602435012254
Binary101001011011100101110110101001110010100111010001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,203); }

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

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

 a { background-color: rgb(20,45,203); }

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

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

 span { border-color: rgb(20,45,203); }

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