Html Css Color HEX #182A8E Egyptian Blue

📋 copy color: '#182A8E'

red 24 ◦ green 42 ◦ blue 142

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

Shades of Egyptian Blue #182A8E

Tints of Egyptian Blue #182A8E

RGB

 RED value IS 24 (9.77% from 255) = 11.54%

 GREEN value IS 42 (16.8% from 255) = 20.19%

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 11.54%
G = 20.19%
B = 68.27%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#182A8E (or 0x182A8E) is known color: Egyptian Blue. HEX triplet: 18, 2A and 8E. RGB value is (24,42,142). Sum of RGB (Red+Green+Blue) = 24+42+142=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #182A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A8E is #E7D571. Grayscale: #2F2F2F. Windows color (decimal): -15193458 or 9316888. OLE color: 9316888.

HSL color Cylindrical-coordinate representation of color #182A8E: hue angle of 230.85º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182A8E is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 42 142 -
CMYK 0.83 0.70 0 0.44
HSL 230.85º 0.71% 0.33% -
HSV(B) 230.85º 0.83% 0.56% -
XYZ 6.09 3.8 26 -
YUV 48.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 24 42 142 0.83 0.70 0 0.44 230.85 0.71 0.33
Hex 18 2A 8E 53 46 0 2C E7 47 21
Octal 30 52 216 123 106 0 54 347 107 41
Binary 11000 101010 10001110 1010011 1000110 0 101100 11100111 1000111 100001

Color Harmonies of #182A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A8E

Black with #182A8E

Text Example


Text Example

White with #182A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182A8E; }

 p { color: rgb(24,42,142); }

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

background-color css

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

 a { background-color: rgb(24,42,142); }

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

border-color css

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

 span { border-color: rgb(24,42,142); }

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