Html Css Color HEX #143AEA Persian Blue

📋 copy color: '#143AEA'

red 20 ◦ green 58 ◦ blue 234

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

Shades of Persian Blue #143AEA

Tints of Persian Blue #143AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 234 (91.8% from 255) = 75%

R = 6.41%
G = 18.59%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#143AEA (or 0x143AEA) is known color: Persian Blue. HEX triplet: 14, 3A and EA. RGB value is (20,58,234). Sum of RGB (Red+Green+Blue) = 20+58+234=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #143AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143AEA is #EBC515. Grayscale: #414141. Windows color (decimal): -15451414 or 15350292. OLE color: 15350292.

HSL color Cylindrical-coordinate representation of color #143AEA: hue angle of 229.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143AEA is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 58 234 -
CMYK 0.91 0.75 0 0.08
HSL 229.35º 0.84% 0.5% -
HSV(B) 229.35º 0.91% 0.92% -
XYZ 16.65 9.12 78.72 -
YUV 66.7 222.41 94.69 -
System Red Green Blue C M Y K H S L
Decimal 20 58 234 0.91 0.75 0 0.08 229.35 0.84 0.5
Hex 14 3A EA 5B 4B 0 8 E5 54 32
Octal 24 72 352 133 113 0 10 345 124 62
Binary 10100 111010 11101010 1011011 1001011 0 1000 11100101 1010100 110010

Color Harmonies of #143AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AEA

Black with #143AEA

Text Example


Text Example

White with #143AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,58,234); }

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

background-color css

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

 a { background-color: rgb(20,58,234); }

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

border-color css

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

 span { border-color: rgb(20,58,234); }

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