Html Css Color HEX #182C99 Egyptian Blue

📋 copy color: '#182C99'

red 24 ◦ green 44 ◦ blue 153

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

Shades of Egyptian Blue #182C99

Tints of Egyptian Blue #182C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 10.86%
G = 19.91%
B = 69.23%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#182C99 (or 0x182C99) is known color: Egyptian Blue. HEX triplet: 18, 2C and 99. RGB value is (24,44,153). Sum of RGB (Red+Green+Blue) = 24+44+153=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #182C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C99 is #E7D366. Grayscale: #313131. Windows color (decimal): -15192935 or 10038296. OLE color: 10038296.

HSL color Cylindrical-coordinate representation of color #182C99: hue angle of 230.7º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182C99 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 44 153 -
CMYK 0.84 0.71 0 0.4
HSL 230.7º 0.73% 0.35% -
HSV(B) 230.7º 0.84% 0.6% -
XYZ 7.03 4.3 30.6 -
YUV 50.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 24 44 153 0.84 0.71 0 0.4 230.7 0.73 0.35
Hex 18 2C 99 54 47 0 28 E7 49 23
Octal 30 54 231 124 107 0 50 347 111 43
Binary 11000 101100 10011001 1010100 1000111 0 101000 11100111 1001001 100011

Color Harmonies of #182C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182C99

Black with #182C99

Text Example


Text Example

White with #182C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,44,153); }

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

background-color css

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

 a { background-color: rgb(24,44,153); }

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

border-color css

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

 span { border-color: rgb(24,44,153); }

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