Html Css Color HEX #143ECB Persian Blue

📋 copy color: '#143ECB'

red 20 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #143ECB

Tints of Persian Blue #143ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 7.02%
G = 21.75%
B = 71.23%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#143ECB (or 0x143ECB) is known color: Persian Blue. HEX triplet: 14, 3E and CB. RGB value is (20,62,203). Sum of RGB (Red+Green+Blue) = 20+62+203=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #143ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ECB is #EBC134. Grayscale: #404040. Windows color (decimal): -15450421 or 13319700. OLE color: 13319700.

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

Color convert

RGB 20 62 203 -
CMYK 0.90 0.69 0 0.20
HSL 226.23º 0.82% 0.44% -
HSV(B) 226.23º 0.9% 0.8% -
XYZ 12.79 7.91 57.35 -
YUV 65.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 20 62 203 0.90 0.69 0 0.20 226.23 0.82 0.44
Hex 14 3E CB 5A 45 0 14 E2 52 2C
Octal 24 76 313 132 105 0 24 342 122 54
Binary 10100 111110 11001011 1011010 1000101 0 10100 11100010 1010010 101100

Color Harmonies of #143ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ECB

Black with #143ECB

Text Example


Text Example

White with #143ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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