Html Css Color HEX #143EEA Persian Blue

📋 copy color: '#143EEA'

red 20 ◦ green 62 ◦ blue 234

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

Shades of Persian Blue #143EEA

Tints of Persian Blue #143EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

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

R = 6.33%
G = 19.62%
B = 74.05%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#143EEA (or 0x143EEA) is known color: Persian Blue. HEX triplet: 14, 3E and EA. RGB value is (20,62,234). Sum of RGB (Red+Green+Blue) = 20+62+234=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #143EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143EEA is #EBC115. Grayscale: #444444. Windows color (decimal): -15450390 or 15351316. OLE color: 15351316.

HSL color Cylindrical-coordinate representation of color #143EEA: hue angle of 228.22º 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 #143EEA is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 62 234 -
CMYK 0.91 0.74 0 0.08
HSL 228.22º 0.84% 0.5% -
HSV(B) 228.22º 0.91% 0.92% -
XYZ 16.86 9.53 78.79 -
YUV 69.05 221.09 93.01 -
System Red Green Blue C M Y K H S L
Decimal 20 62 234 0.91 0.74 0 0.08 228.22 0.84 0.5
Hex 14 3E EA 5B 4A 0 8 E4 54 32
Octal 24 76 352 133 112 0 10 344 124 62
Binary 10100 111110 11101010 1011011 1001010 0 1000 11100100 1010100 110010

Color Harmonies of #143EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143EEA

Black with #143EEA

Text Example


Text Example

White with #143EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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