Html Css Color HEX #143ABC Persian Blue

📋 copy color: '#143ABC'

red 20 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #143ABC

Tints of Persian Blue #143ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 7.52%
G = 21.8%
B = 70.68%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#143ABC (or 0x143ABC) is known color: Persian Blue. HEX triplet: 14, 3A and BC. RGB value is (20,58,188). Sum of RGB (Red+Green+Blue) = 20+58+188=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #143ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ABC is #EBC543. Grayscale: #3C3C3C. Windows color (decimal): -15451460 or 12335636. OLE color: 12335636.

HSL color Cylindrical-coordinate representation of color #143ABC: hue angle of 226.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143ABC is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 58 188 -
CMYK 0.89 0.69 0 0.26
HSL 226.43º 0.81% 0.41% -
HSV(B) 226.43º 0.89% 0.74% -
XYZ 10.88 6.81 48.32 -
YUV 61.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 20 58 188 0.89 0.69 0 0.26 226.43 0.81 0.41
Hex 14 3A BC 59 45 0 1A E2 51 29
Octal 24 72 274 131 105 0 32 342 121 51
Binary 10100 111010 10111100 1011001 1000101 0 11010 11100010 1010001 101001

Color Harmonies of #143ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143ABC

Black with #143ABC

Text Example


Text Example

White with #143ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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