Html Css Color HEX #143AAB Egyptian Blue

📋 copy color: '#143AAB'

red 20 ◦ green 58 ◦ blue 171

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

Shades of Egyptian Blue #143AAB

Tints of Egyptian Blue #143AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 8.03%
G = 23.29%
B = 68.67%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#143AAB (or 0x143AAB) is known color: Egyptian Blue. HEX triplet: 14, 3A and AB. RGB value is (20,58,171). Sum of RGB (Red+Green+Blue) = 20+58+171=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #143AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AAB is #EBC554. Grayscale: #3B3B3B. Windows color (decimal): -15451477 or 11221524. OLE color: 11221524.

HSL color Cylindrical-coordinate representation of color #143AAB: hue angle of 224.9º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143AAB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 58 171 -
CMYK 0.88 0.66 0 0.33
HSL 224.9º 0.79% 0.37% -
HSV(B) 224.9º 0.88% 0.67% -
XYZ 9.15 6.12 39.23 -
YUV 59.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 20 58 171 0.88 0.66 0 0.33 224.9 0.79 0.37
Hex 14 3A AB 58 42 0 21 E1 4F 25
Octal 24 72 253 130 102 0 41 341 117 45
Binary 10100 111010 10101011 1011000 1000010 0 100001 11100001 1001111 100101

Color Harmonies of #143AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143AAB

Black with #143AAB

Text Example


Text Example

White with #143AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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