#143CDC

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

Shades of Persian Blue #143CDC

Tints of Persian Blue #143CDC

Color information

#143CDC (or 0x143CDC) is unknown color: approx Persian Blue. HEX triplet: 14, 3C and DC. RGB value is (20,60,220). Sum of RGB (Red+Green+Blue) = 20+60+220=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #143CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CDC is #EBC323. Grayscale: #414141. Windows color (decimal): -15450916 or 14433300. OLE color: 14433300.

HSL color Cylindrical-coordinate representation of color #143CDC: hue angle of 228º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143CDC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2060220-
CMYK0.910.7300.14
HSL228º83.33%47.06%-
HSV(B)228º90.91%86.27%-
XYZ14.828.5568.58-
YUV66.28214.7594.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.67%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 220 (86.33% from 255) = 73.33%
R=6.67%
G=20%
B=73.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20602200.910.7300.1422883.3347.06
Hex143CDC5B490Ee4532f
Octal247433413311101634412357
Binary10100111100110111001011011100100101110111001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143CDC; }

 p { color: rgb(20,60,220); }

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

<style>
 a { background-color: #143CDC; }

 a { background-color: rgb(20,60,220); }

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

<style>
 span { border-color: #143CDC; }

 span { border-color: rgb(20,60,220); }

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