Html Css Color HEX #143CCD Persian Blue

📋 copy color: '#143CCD'

red 20 ◦ green 60 ◦ blue 205

#143CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #143CCD

Tints of Persian Blue #143CCD

RGB

 RED value IS 20 (8.2% from 255) = 7.02%

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 7.02%
G = 21.05%
B = 71.93%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#143CCD (or 0x143CCD) is known color: Persian Blue. HEX triplet: 14, 3C and CD. RGB value is (20,60,205). Sum of RGB (Red+Green+Blue) = 20+60+205=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #143CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CCD is #EBC332. Grayscale: #3F3F3F. Windows color (decimal): -15450931 or 13450260. OLE color: 13450260.

HSL color Cylindrical-coordinate representation of color #143CCD: hue angle of 227.03º 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 #143CCD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 60 205 -
CMYK 0.90 0.71 0 0.20
HSL 227.03º 0.82% 0.44% -
HSV(B) 227.03º 0.9% 0.8% -
XYZ 12.92 7.79 58.58 -
YUV 64.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 20 60 205 0.90 0.71 0 0.20 227.03 0.82 0.44
Hex 14 3C CD 5A 47 0 14 E3 52 2C
Octal 24 74 315 132 107 0 24 343 122 54
Binary 10100 111100 11001101 1011010 1000111 0 10100 11100011 1010010 101100

Color Harmonies of #143CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CCD

Black with #143CCD

Text Example


Text Example

White with #143CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #143CCD;
 }
 .AnyTagClassName
 {
   color: #143CCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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