Html Css Color HEX #143BBE Persian Blue

📋 copy color: '#143BBE'

red 20 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #143BBE

Tints of Persian Blue #143BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 7.43%
G = 21.93%
B = 70.63%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#143BBE (or 0x143BBE) is known color: Persian Blue. HEX triplet: 14, 3B and BE. RGB value is (20,59,190). Sum of RGB (Red+Green+Blue) = 20+59+190=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #143BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BBE is #EBC441. Grayscale: #3D3D3D. Windows color (decimal): -15451202 or 12466964. OLE color: 12466964.

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

Color convert

RGB 20 59 190 -
CMYK 0.89 0.69 0 0.25
HSL 226.24º 0.81% 0.41% -
HSV(B) 226.24º 0.89% 0.75% -
XYZ 11.15 6.99 49.48 -
YUV 62.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 20 59 190 0.89 0.69 0 0.25 226.24 0.81 0.41
Hex 14 3B BE 59 45 0 19 E2 51 29
Octal 24 73 276 131 105 0 31 342 121 51
Binary 10100 111011 10111110 1011001 1000101 0 11001 11100010 1010001 101001

Color Harmonies of #143BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BBE

Black with #143BBE

Text Example


Text Example

White with #143BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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