Html Css Color HEX #143BDC Persian Blue

📋 copy color: '#143BDC'

red 20 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #143BDC

Tints of Persian Blue #143BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

 BLUE value IS 220 (86.33% from 255) = 73.58%

R = 6.69%
G = 19.73%
B = 73.58%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#143BDC (or 0x143BDC) is known color: Persian Blue. HEX triplet: 14, 3B and DC. RGB value is (20,59,220). Sum of RGB (Red+Green+Blue) = 20+59+220=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #143BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BDC is #EBC423. Grayscale: #414141. Windows color (decimal): -15451172 or 14433044. OLE color: 14433044.

HSL color Cylindrical-coordinate representation of color #143BDC: hue angle of 228.3º 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 #143BDC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 59 220 -
CMYK 0.91 0.73 0 0.14
HSL 228.3º 0.83% 0.47% -
HSV(B) 228.3º 0.91% 0.86% -
XYZ 14.77 8.44 68.56 -
YUV 65.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 20 59 220 0.91 0.73 0 0.14 228.3 0.83 0.47
Hex 14 3B DC 5B 49 0 E E4 53 2F
Octal 24 73 334 133 111 0 16 344 123 57
Binary 10100 111011 11011100 1011011 1001001 0 1110 11100100 1010011 101111

Color Harmonies of #143BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BDC

Black with #143BDC

Text Example


Text Example

White with #143BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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