Html Css Color HEX #143DBA Persian Blue

📋 copy color: '#143DBA'

red 20 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #143DBA

Tints of Persian Blue #143DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.85%

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 7.49%
G = 22.85%
B = 69.66%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#143DBA (or 0x143DBA) is known color: Persian Blue. HEX triplet: 14, 3D and BA. RGB value is (20,61,186). Sum of RGB (Red+Green+Blue) = 20+61+186=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #143DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DBA is #EBC245. Grayscale: #3E3E3E. Windows color (decimal): -15450694 or 12205332. OLE color: 12205332.

HSL color Cylindrical-coordinate representation of color #143DBA: hue angle of 225.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143DBA is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 61 186 -
CMYK 0.89 0.67 0 0.27
HSL 225.18º 0.81% 0.4% -
HSV(B) 225.18º 0.89% 0.73% -
XYZ 10.82 7.03 47.24 -
YUV 62.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 20 61 186 0.89 0.67 0 0.27 225.18 0.81 0.4
Hex 14 3D BA 59 43 0 1B E1 51 28
Octal 24 75 272 131 103 0 33 341 121 50
Binary 10100 111101 10111010 1011001 1000011 0 11011 11100001 1010001 101000

Color Harmonies of #143DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143DBA

Black with #143DBA

Text Example


Text Example

White with #143DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,61,186); }

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

background-color css

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

 a { background-color: rgb(20,61,186); }

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

border-color css

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

 span { border-color: rgb(20,61,186); }

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