Html Css Color HEX #182895 Egyptian Blue

📋 copy color: '#182895'

red 24 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #182895

Tints of Egyptian Blue #182895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 11.27%
G = 18.78%
B = 69.95%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#182895 (or 0x182895) is known color: Egyptian Blue. HEX triplet: 18, 28 and 95. RGB value is (24,40,149). Sum of RGB (Red+Green+Blue) = 24+40+149=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #182895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182895 is #E7D76A. Grayscale: #2F2F2F. Windows color (decimal): -15193963 or 9775128. OLE color: 9775128.

HSL color Cylindrical-coordinate representation of color #182895: hue angle of 232.32º 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 #182895 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 40 149 -
CMYK 0.84 0.73 0 0.42
HSL 232.32º 0.72% 0.34% -
HSV(B) 232.32º 0.84% 0.58% -
XYZ 6.56 3.88 28.84 -
YUV 47.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 24 40 149 0.84 0.73 0 0.42 232.32 0.72 0.34
Hex 18 28 95 54 49 0 2A E8 48 22
Octal 30 50 225 124 111 0 52 350 110 42
Binary 11000 101000 10010101 1010100 1001001 0 101010 11101000 1001000 100010

Color Harmonies of #182895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182895

Black with #182895

Text Example


Text Example

White with #182895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182895; }

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

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

background-color css

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

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

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

border-color css

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

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

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