Html Css Color HEX #143BB9 Persian Blue

📋 copy color: '#143BB9'

red 20 ◦ green 59 ◦ blue 185

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

Shades of Persian Blue #143BB9

Tints of Persian Blue #143BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 70.08%

R = 7.58%
G = 22.35%
B = 70.08%

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

#143BB9 (or 0x143BB9) is known color: Persian Blue. HEX triplet: 14, 3B and B9. RGB value is (20,59,185). Sum of RGB (Red+Green+Blue) = 20+59+185=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 185 (72.66% from 255 or 70.08% from 264); Max value from RGB is 185 - color contains mainly: blue. Hex color #143BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BB9 is #EBC446. Grayscale: #3D3D3D. Windows color (decimal): -15451207 or 12139284. OLE color: 12139284.

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

Color convert

RGB 20 59 185 -
CMYK 0.89 0.68 0 0.27
HSL 225.82º 0.8% 0.4% -
HSV(B) 225.82º 0.89% 0.73% -
XYZ 10.61 6.78 46.65 -
YUV 61.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 20 59 185 0.89 0.68 0 0.27 225.82 0.8 0.4
Hex 14 3B B9 59 44 0 1B E2 50 28
Octal 24 73 271 131 104 0 33 342 120 50
Binary 10100 111011 10111001 1011001 1000100 0 11011 11100010 1010000 101000

Color Harmonies of #143BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BB9

Black with #143BB9

Text Example


Text Example

White with #143BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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