Html Css Color HEX #143BBB Persian Blue

📋 copy color: '#143BBB'

red 20 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #143BBB

Tints of Persian Blue #143BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 7.52%
G = 22.18%
B = 70.3%

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

#143BBB (or 0x143BBB) is known color: Persian Blue. HEX triplet: 14, 3B and BB. RGB value is (20,59,187). Sum of RGB (Red+Green+Blue) = 20+59+187=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #143BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BBB is #EBC444. Grayscale: #3D3D3D. Windows color (decimal): -15451205 or 12270356. OLE color: 12270356.

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

Color convert

RGB 20 59 187 -
CMYK 0.89 0.68 0 0.27
HSL 225.99º 0.81% 0.41% -
HSV(B) 225.99º 0.89% 0.73% -
XYZ 10.82 6.86 47.77 -
YUV 61.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 20 59 187 0.89 0.68 0 0.27 225.99 0.81 0.41
Hex 14 3B BB 59 44 0 1B E2 51 29
Octal 24 73 273 131 104 0 33 342 121 51
Binary 10100 111011 10111011 1011001 1000100 0 11011 11100010 1010001 101001

Color Harmonies of #143BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BBB

Black with #143BBB

Text Example


Text Example

White with #143BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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