Html Css Color HEX #143CBB Persian Blue

📋 copy color: '#143CBB'

red 20 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #143CBB

Tints of Persian Blue #143CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 7.49%
G = 22.47%
B = 70.04%

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

#143CBB (or 0x143CBB) is known color: Persian Blue. HEX triplet: 14, 3C and BB. RGB value is (20,60,187). Sum of RGB (Red+Green+Blue) = 20+60+187=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #143CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CBB is #EBC344. Grayscale: #3D3D3D. Windows color (decimal): -15450949 or 12270612. OLE color: 12270612.

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

Color convert

RGB 20 60 187 -
CMYK 0.89 0.68 0 0.27
HSL 225.63º 0.81% 0.41% -
HSV(B) 225.63º 0.89% 0.73% -
XYZ 10.87 6.97 47.79 -
YUV 62.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 20 60 187 0.89 0.68 0 0.27 225.63 0.81 0.41
Hex 14 3C BB 59 44 0 1B E2 51 29
Octal 24 74 273 131 104 0 33 342 121 51
Binary 10100 111100 10111011 1011001 1000100 0 11011 11100010 1010001 101001

Color Harmonies of #143CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CBB

Black with #143CBB

Text Example


Text Example

White with #143CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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