Html Css Color HEX #182E9B Egyptian Blue

📋 copy color: '#182E9B'

red 24 ◦ green 46 ◦ blue 155

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

Shades of Egyptian Blue #182E9B

Tints of Egyptian Blue #182E9B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 10.67%
G = 20.44%
B = 68.89%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#182E9B (or 0x182E9B) is known color: Egyptian Blue. HEX triplet: 18, 2E and 9B. RGB value is (24,46,155). Sum of RGB (Red+Green+Blue) = 24+46+155=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #182E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182E9B is #E7D164. Grayscale: #333333. Windows color (decimal): -15192421 or 10169880. OLE color: 10169880.

HSL color Cylindrical-coordinate representation of color #182E9B: hue angle of 229.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182E9B is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 46 155 -
CMYK 0.85 0.70 0 0.39
HSL 229.92º 0.73% 0.35% -
HSV(B) 229.92º 0.85% 0.61% -
XYZ 7.27 4.51 31.5 -
YUV 51.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 24 46 155 0.85 0.70 0 0.39 229.92 0.73 0.35
Hex 18 2E 9B 55 46 0 27 E6 49 23
Octal 30 56 233 125 106 0 47 346 111 43
Binary 11000 101110 10011011 1010101 1000110 0 100111 11100110 1001001 100011

Color Harmonies of #182E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E9B

Black with #182E9B

Text Example


Text Example

White with #182E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,46,155); }

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

background-color css

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

 a { background-color: rgb(24,46,155); }

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

border-color css

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

 span { border-color: rgb(24,46,155); }

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