Html Css Color HEX #142F9A Egyptian Blue

📋 copy color: '#142F9A'

red 20 ◦ green 47 ◦ blue 154

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

Shades of Egyptian Blue #142F9A

Tints of Egyptian Blue #142F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 9.05%
G = 21.27%
B = 69.68%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#142F9A (or 0x142F9A) is known color: Egyptian Blue. HEX triplet: 14, 2F and 9A. RGB value is (20,47,154). Sum of RGB (Red+Green+Blue) = 20+47+154=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #142F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F9A is #EBD065. Grayscale: #323232. Windows color (decimal): -15454310 or 10104596. OLE color: 10104596.

HSL color Cylindrical-coordinate representation of color #142F9A: hue angle of 227.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142F9A is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 47 154 -
CMYK 0.87 0.69 0 0.40
HSL 227.91º 0.77% 0.34% -
HSV(B) 227.91º 0.87% 0.6% -
XYZ 7.14 4.51 31.07 -
YUV 51.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 20 47 154 0.87 0.69 0 0.40 227.91 0.77 0.34
Hex 14 2F 9A 57 45 0 28 E4 4D 22
Octal 24 57 232 127 105 0 50 344 115 42
Binary 10100 101111 10011010 1010111 1000101 0 101000 11100100 1001101 100010

Color Harmonies of #142F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F9A

Black with #142F9A

Text Example


Text Example

White with #142F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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