Html Css Color HEX #143BB3 Persian Blue

📋 copy color: '#143BB3'

red 20 ◦ green 59 ◦ blue 179

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

Shades of Persian Blue #143BB3

Tints of Persian Blue #143BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 7.75%
G = 22.87%
B = 69.38%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#143BB3 (or 0x143BB3) is known color: Persian Blue. HEX triplet: 14, 3B and B3. RGB value is (20,59,179). Sum of RGB (Red+Green+Blue) = 20+59+179=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #143BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BB3 is #EBC44C. Grayscale: #3C3C3C. Windows color (decimal): -15451213 or 11746068. OLE color: 11746068.

HSL color Cylindrical-coordinate representation of color #143BB3: hue angle of 225.28º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143BB3 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 59 179 -
CMYK 0.89 0.67 0 0.30
HSL 225.28º 0.8% 0.39% -
HSV(B) 225.28º 0.89% 0.7% -
XYZ 9.99 6.53 43.38 -
YUV 61.02 194.58 98.74 -
System Red Green Blue C M Y K H S L
Decimal 20 59 179 0.89 0.67 0 0.30 225.28 0.8 0.39
Hex 14 3B B3 59 43 0 1E E1 50 27
Octal 24 73 263 131 103 0 36 341 120 47
Binary 10100 111011 10110011 1011001 1000011 0 11110 11100001 1010000 100111

Color Harmonies of #143BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BB3

Black with #143BB3

Text Example


Text Example

White with #143BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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