Html Css Color HEX #183095 Egyptian Blue

📋 copy color: '#183095'

red 24 ◦ green 48 ◦ blue 149

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

Shades of Egyptian Blue #183095

Tints of Egyptian Blue #183095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 10.86%
G = 21.72%
B = 67.42%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#183095 (or 0x183095) is known color: Egyptian Blue. HEX triplet: 18, 30 and 95. RGB value is (24,48,149). Sum of RGB (Red+Green+Blue) = 24+48+149=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #183095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183095 is #E7CF6A. Grayscale: #333333. Windows color (decimal): -15191915 or 9777176. OLE color: 9777176.

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

Color convert

RGB 24 48 149 -
CMYK 0.84 0.68 0 0.42
HSL 228.48º 0.72% 0.34% -
HSV(B) 228.48º 0.84% 0.58% -
XYZ 6.86 4.48 28.94 -
YUV 52.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 24 48 149 0.84 0.68 0 0.42 228.48 0.72 0.34
Hex 18 30 95 54 44 0 2A E4 48 22
Octal 30 60 225 124 104 0 52 344 110 42
Binary 11000 110000 10010101 1010100 1000100 0 101010 11100100 1001000 100010

Color Harmonies of #183095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183095

Black with #183095

Text Example


Text Example

White with #183095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183095; }

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

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

background-color css

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

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

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

border-color css

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

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

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