Html Css Color HEX #143ACB Persian Blue

📋 copy color: '#143ACB'

red 20 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #143ACB

Tints of Persian Blue #143ACB

RGB

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

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

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

R = 7.12%
G = 20.64%
B = 72.24%

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

#143ACB (or 0x143ACB) is known color: Persian Blue. HEX triplet: 14, 3A and CB. RGB value is (20,58,203). Sum of RGB (Red+Green+Blue) = 20+58+203=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #143ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ACB is #EBC534. Grayscale: #3E3E3E. Windows color (decimal): -15451445 or 13318676. OLE color: 13318676.

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

Color convert

RGB 20 58 203 -
CMYK 0.90 0.71 0 0.20
HSL 227.54º 0.82% 0.44% -
HSV(B) 227.54º 0.9% 0.8% -
XYZ 12.58 7.49 57.28 -
YUV 63.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 20 58 203 0.90 0.71 0 0.20 227.54 0.82 0.44
Hex 14 3A CB 5A 47 0 14 E4 52 2C
Octal 24 72 313 132 107 0 24 344 122 54
Binary 10100 111010 11001011 1011010 1000111 0 10100 11100100 1010010 101100

Color Harmonies of #143ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ACB

Black with #143ACB

Text Example


Text Example

White with #143ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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