Html Css Color HEX #142898 Egyptian Blue

📋 copy color: '#142898'

red 20 ◦ green 40 ◦ blue 152

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

Shades of Egyptian Blue #142898

Tints of Egyptian Blue #142898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

 BLUE value IS 152 (59.77% from 255) = 71.7%

R = 9.43%
G = 18.87%
B = 71.7%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#142898 (or 0x142898) is known color: Egyptian Blue. HEX triplet: 14, 28 and 98. RGB value is (20,40,152). Sum of RGB (Red+Green+Blue) = 20+40+152=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #142898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142898 is #EBD767. Grayscale: #2E2E2E. Windows color (decimal): -15456104 or 9971732. OLE color: 9971732.

HSL color Cylindrical-coordinate representation of color #142898: hue angle of 230.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 #142898 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 40 152 -
CMYK 0.87 0.74 0 0.40
HSL 230.91º 0.77% 0.34% -
HSV(B) 230.91º 0.87% 0.6% -
XYZ 6.71 3.93 30.11 -
YUV 46.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 20 40 152 0.87 0.74 0 0.40 230.91 0.77 0.34
Hex 14 28 98 57 4A 0 28 E7 4D 22
Octal 24 50 230 127 112 0 50 347 115 42
Binary 10100 101000 10011000 1010111 1001010 0 101000 11100111 1001101 100010

Color Harmonies of #142898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142898

Black with #142898

Text Example


Text Example

White with #142898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142898; }

 p { color: rgb(20,40,152); }

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

background-color css

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

 a { background-color: rgb(20,40,152); }

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

border-color css

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

 span { border-color: rgb(20,40,152); }

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