Html Css Color HEX #18349B Egyptian Blue

📋 copy color: '#18349B'

red 24 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #18349B

Tints of Egyptian Blue #18349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 10.39%
G = 22.51%
B = 67.1%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18349B (or 0x18349B) is known color: Egyptian Blue. HEX triplet: 18, 34 and 9B. RGB value is (24,52,155). Sum of RGB (Red+Green+Blue) = 24+52+155=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #18349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18349B is #E7CB64. Grayscale: #363636. Windows color (decimal): -15190885 or 10171416. OLE color: 10171416.

HSL color Cylindrical-coordinate representation of color #18349B: hue angle of 227.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18349B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 52 155 -
CMYK 0.85 0.66 0 0.39
HSL 227.18º 0.73% 0.35% -
HSV(B) 227.18º 0.85% 0.61% -
XYZ 7.52 5.02 31.58 -
YUV 55.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 24 52 155 0.85 0.66 0 0.39 227.18 0.73 0.35
Hex 18 34 9B 55 42 0 27 E3 49 23
Octal 30 64 233 125 102 0 47 343 111 43
Binary 11000 110100 10011011 1010101 1000010 0 100111 11100011 1001001 100011

Color Harmonies of #18349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18349B

Black with #18349B

Text Example


Text Example

White with #18349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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