Html Css Color HEX #143ECC Persian Blue

📋 copy color: '#143ECC'

red 20 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #143ECC

Tints of Persian Blue #143ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 6.99%
G = 21.68%
B = 71.33%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#143ECC (or 0x143ECC) is known color: Persian Blue. HEX triplet: 14, 3E and CC. RGB value is (20,62,204). Sum of RGB (Red+Green+Blue) = 20+62+204=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #143ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ECC is #EBC133. Grayscale: #414141. Windows color (decimal): -15450420 or 13385236. OLE color: 13385236.

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

Color convert

RGB 20 62 204 -
CMYK 0.90 0.70 0 0.2
HSL 226.3º 0.82% 0.44% -
HSV(B) 226.3º 0.9% 0.8% -
XYZ 12.91 7.95 57.98 -
YUV 65.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 20 62 204 0.90 0.70 0 0.2 226.3 0.82 0.44
Hex 14 3E CC 5A 46 0 14 E2 52 2C
Octal 24 76 314 132 106 0 24 342 122 54
Binary 10100 111110 11001100 1011010 1000110 0 10100 11100010 1010010 101100

Color Harmonies of #143ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ECC

Black with #143ECC

Text Example


Text Example

White with #143ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,62,204); }

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

background-color css

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

 a { background-color: rgb(20,62,204); }

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

border-color css

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

 span { border-color: rgb(20,62,204); }

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