Html Css Color HEX #143BAB Egyptian Blue

📋 copy color: '#143BAB'

red 20 ◦ green 59 ◦ blue 171

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

Shades of Egyptian Blue #143BAB

Tints of Egyptian Blue #143BAB

RGB

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

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

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

R = 8%
G = 23.6%
B = 68.4%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#143BAB (or 0x143BAB) is known color: Egyptian Blue. HEX triplet: 14, 3B and AB. RGB value is (20,59,171). Sum of RGB (Red+Green+Blue) = 20+59+171=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #143BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BAB is #EBC454. Grayscale: #3B3B3B. Windows color (decimal): -15451221 or 11221780. OLE color: 11221780.

HSL color Cylindrical-coordinate representation of color #143BAB: hue angle of 224.5º 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 #143BAB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 59 171 -
CMYK 0.88 0.65 0 0.33
HSL 224.5º 0.79% 0.37% -
HSV(B) 224.5º 0.88% 0.67% -
XYZ 9.2 6.22 39.24 -
YUV 60.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 20 59 171 0.88 0.65 0 0.33 224.5 0.79 0.37
Hex 14 3B AB 58 41 0 21 E1 4F 25
Octal 24 73 253 130 101 0 41 341 117 45
Binary 10100 111011 10101011 1011000 1000001 0 100001 11100001 1001111 100101

Color Harmonies of #143BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143BAB

Black with #143BAB

Text Example


Text Example

White with #143BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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