Html Css Color HEX #18339B Egyptian Blue

📋 copy color: '#18339B'

red 24 ◦ green 51 ◦ blue 155

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

Shades of Egyptian Blue #18339B

Tints of Egyptian Blue #18339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 10.43%
G = 22.17%
B = 67.39%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18339B (or 0x18339B) is known color: Egyptian Blue. HEX triplet: 18, 33 and 9B. RGB value is (24,51,155). Sum of RGB (Red+Green+Blue) = 24+51+155=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #18339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18339B is #E7CC64. Grayscale: #363636. Windows color (decimal): -15191141 or 10171160. OLE color: 10171160.

HSL color Cylindrical-coordinate representation of color #18339B: hue angle of 227.63º 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 #18339B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 51 155 -
CMYK 0.85 0.67 0 0.39
HSL 227.63º 0.73% 0.35% -
HSV(B) 227.63º 0.85% 0.61% -
XYZ 7.48 4.93 31.57 -
YUV 54.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 24 51 155 0.85 0.67 0 0.39 227.63 0.73 0.35
Hex 18 33 9B 55 43 0 27 E4 49 23
Octal 30 63 233 125 103 0 47 344 111 43
Binary 11000 110011 10011011 1010101 1000011 0 100111 11100100 1001001 100011

Color Harmonies of #18339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18339B

Black with #18339B

Text Example


Text Example

White with #18339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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