Html Css Color HEX #182D9E Egyptian Blue

📋 copy color: '#182D9E'

red 24 ◦ green 45 ◦ blue 158

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

Shades of Egyptian Blue #182D9E

Tints of Egyptian Blue #182D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 158 (62.11% from 255) = 69.6%

R = 10.57%
G = 19.82%
B = 69.6%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#182D9E (or 0x182D9E) is known color: Egyptian Blue. HEX triplet: 18, 2D and 9E. RGB value is (24,45,158). Sum of RGB (Red+Green+Blue) = 24+45+158=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #182D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D9E is #E7D261. Grayscale: #333333. Windows color (decimal): -15192674 or 10366232. OLE color: 10366232.

HSL color Cylindrical-coordinate representation of color #182D9E: hue angle of 230.6º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182D9E is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 45 158 -
CMYK 0.85 0.72 0 0.38
HSL 230.6º 0.74% 0.36% -
HSV(B) 230.6º 0.85% 0.62% -
XYZ 7.49 4.54 32.83 -
YUV 51.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 24 45 158 0.85 0.72 0 0.38 230.6 0.74 0.36
Hex 18 2D 9E 55 48 0 26 E7 4A 24
Octal 30 55 236 125 110 0 46 347 112 44
Binary 11000 101101 10011110 1010101 1001000 0 100110 11100111 1001010 100100

Color Harmonies of #182D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D9E

Black with #182D9E

Text Example


Text Example

White with #182D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,45,158); }

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

background-color css

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

 a { background-color: rgb(24,45,158); }

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

border-color css

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

 span { border-color: rgb(24,45,158); }

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