Html Css Color HEX #142FAB Egyptian Blue

📋 copy color: '#142FAB'

red 20 ◦ green 47 ◦ blue 171

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

Shades of Egyptian Blue #142FAB

Tints of Egyptian Blue #142FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

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

R = 8.4%
G = 19.75%
B = 71.85%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#142FAB (or 0x142FAB) is known color: Egyptian Blue. HEX triplet: 14, 2F and AB. RGB value is (20,47,171). Sum of RGB (Red+Green+Blue) = 20+47+171=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #142FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142FAB is #EBD054. Grayscale: #343434. Windows color (decimal): -15454293 or 11218708. OLE color: 11218708.

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

Color convert

RGB 20 47 171 -
CMYK 0.88 0.73 0 0.33
HSL 229.27º 0.79% 0.37% -
HSV(B) 229.27º 0.88% 0.67% -
XYZ 8.66 5.12 39.06 -
YUV 53.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 20 47 171 0.88 0.73 0 0.33 229.27 0.79 0.37
Hex 14 2F AB 58 49 0 21 E5 4F 25
Octal 24 57 253 130 111 0 41 345 117 45
Binary 10100 101111 10101011 1011000 1001001 0 100001 11100101 1001111 100101

Color Harmonies of #142FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FAB

Black with #142FAB

Text Example


Text Example

White with #142FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142FAB; }

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

 H1.HeaderClassName
 {
   color: #142FAB;
 }
 .AnyTagClassName
 {
   color: #142FAB;
 }
</style>

background-color css

<style>
 a { background-color: #142FAB; }

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

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

border-color css

<style>
 span { border-color: #142FAB; }

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

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