Html Css Color HEX #183495 Egyptian Blue

📋 copy color: '#183495'

red 24 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #183495

Tints of Egyptian Blue #183495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 10.67%
G = 23.11%
B = 66.22%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#183495 (or 0x183495) is known color: Egyptian Blue. HEX triplet: 18, 34 and 95. RGB value is (24,52,149). Sum of RGB (Red+Green+Blue) = 24+52+149=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #183495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183495 is #E7CB6A. Grayscale: #363636. Windows color (decimal): -15190891 or 9778200. OLE color: 9778200.

HSL color Cylindrical-coordinate representation of color #183495: hue angle of 226.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183495 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 52 149 -
CMYK 0.84 0.65 0 0.42
HSL 226.56º 0.72% 0.34% -
HSV(B) 226.56º 0.84% 0.58% -
XYZ 7.03 4.82 28.99 -
YUV 54.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 24 52 149 0.84 0.65 0 0.42 226.56 0.72 0.34
Hex 18 34 95 54 41 0 2A E3 48 22
Octal 30 64 225 124 101 0 52 343 110 42
Binary 11000 110100 10010101 1010100 1000001 0 101010 11100011 1001000 100010

Color Harmonies of #183495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183495

Black with #183495

Text Example


Text Example

White with #183495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183495; }

 p { color: rgb(24,52,149); }

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

background-color css

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

 a { background-color: rgb(24,52,149); }

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

border-color css

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

 span { border-color: rgb(24,52,149); }

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