Html Css Color HEX #143AD0 Persian Blue

📋 copy color: '#143AD0'

red 20 ◦ green 58 ◦ blue 208

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

Shades of Persian Blue #143AD0

Tints of Persian Blue #143AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 72.73%

R = 6.99%
G = 20.28%
B = 72.73%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#143AD0 (or 0x143AD0) is known color: Persian Blue. HEX triplet: 14, 3A and D0. RGB value is (20,58,208). Sum of RGB (Red+Green+Blue) = 20+58+208=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #143AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AD0 is #EBC52F. Grayscale: #3F3F3F. Windows color (decimal): -15451440 or 13646356. OLE color: 13646356.

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

Color convert

RGB 20 58 208 -
CMYK 0.90 0.72 0 0.18
HSL 227.87º 0.82% 0.45% -
HSV(B) 227.87º 0.9% 0.82% -
XYZ 13.19 7.73 60.47 -
YUV 63.74 209.41 96.8 -
System Red Green Blue C M Y K H S L
Decimal 20 58 208 0.90 0.72 0 0.18 227.87 0.82 0.45
Hex 14 3A D0 5A 48 0 12 E4 52 2D
Octal 24 72 320 132 110 0 22 344 122 55
Binary 10100 111010 11010000 1011010 1001000 0 10010 11100100 1010010 101101

Color Harmonies of #143AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AD0

Black with #143AD0

Text Example


Text Example

White with #143AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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