Html Css Color HEX #143BBA Persian Blue

📋 copy color: '#143BBA'

red 20 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #143BBA

Tints of Persian Blue #143BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

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

R = 7.55%
G = 22.26%
B = 70.19%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#143BBA (or 0x143BBA) is known color: Persian Blue. HEX triplet: 14, 3B and BA. RGB value is (20,59,186). Sum of RGB (Red+Green+Blue) = 20+59+186=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #143BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BBA is #EBC445. Grayscale: #3D3D3D. Windows color (decimal): -15451206 or 12204820. OLE color: 12204820.

HSL color Cylindrical-coordinate representation of color #143BBA: hue angle of 225.9º 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 #143BBA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 59 186 -
CMYK 0.89 0.68 0 0.27
HSL 225.9º 0.81% 0.4% -
HSV(B) 225.9º 0.89% 0.73% -
XYZ 10.72 6.82 47.21 -
YUV 61.82 198.08 98.17 -
System Red Green Blue C M Y K H S L
Decimal 20 59 186 0.89 0.68 0 0.27 225.9 0.81 0.4
Hex 14 3B BA 59 44 0 1B E2 51 28
Octal 24 73 272 131 104 0 33 342 121 50
Binary 10100 111011 10111010 1011001 1000100 0 11011 11100010 1010001 101000

Color Harmonies of #143BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BBA

Black with #143BBA

Text Example


Text Example

White with #143BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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