Html Css Color HEX #143ACE Persian Blue

📋 copy color: '#143ACE'

red 20 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #143ACE

Tints of Persian Blue #143ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 7.04%
G = 20.42%
B = 72.54%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#143ACE (or 0x143ACE) is known color: Persian Blue. HEX triplet: 14, 3A and CE. RGB value is (20,58,206). Sum of RGB (Red+Green+Blue) = 20+58+206=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #143ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ACE is #EBC531. Grayscale: #3E3E3E. Windows color (decimal): -15451442 or 13515284. OLE color: 13515284.

HSL color Cylindrical-coordinate representation of color #143ACE: hue angle of 227.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143ACE is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 58 206 -
CMYK 0.90 0.72 0 0.19
HSL 227.74º 0.82% 0.44% -
HSV(B) 227.74º 0.9% 0.81% -
XYZ 12.94 7.63 59.18 -
YUV 63.51 208.41 96.97 -
System Red Green Blue C M Y K H S L
Decimal 20 58 206 0.90 0.72 0 0.19 227.74 0.82 0.44
Hex 14 3A CE 5A 48 0 13 E4 52 2C
Octal 24 72 316 132 110 0 23 344 122 54
Binary 10100 111010 11001110 1011010 1001000 0 10011 11100100 1010010 101100

Color Harmonies of #143ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ACE

Black with #143ACE

Text Example


Text Example

White with #143ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,58,206); }

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

background-color css

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

 a { background-color: rgb(20,58,206); }

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

border-color css

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

 span { border-color: rgb(20,58,206); }

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