Html Css Color HEX #18339C Egyptian Blue

📋 copy color: '#18339C'

red 24 ◦ green 51 ◦ blue 156

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

Shades of Egyptian Blue #18339C

Tints of Egyptian Blue #18339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 10.39%
G = 22.08%
B = 67.53%

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

#18339C (or 0x18339C) is known color: Egyptian Blue. HEX triplet: 18, 33 and 9C. RGB value is (24,51,156). Sum of RGB (Red+Green+Blue) = 24+51+156=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #18339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18339C is #E7CC63. Grayscale: #363636. Windows color (decimal): -15191140 or 10236696. OLE color: 10236696.

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

Color convert

RGB 24 51 156 -
CMYK 0.85 0.67 0 0.39
HSL 227.73º 0.73% 0.35% -
HSV(B) 227.73º 0.85% 0.61% -
XYZ 7.56 4.96 32.01 -
YUV 54.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 24 51 156 0.85 0.67 0 0.39 227.73 0.73 0.35
Hex 18 33 9C 55 43 0 27 E4 49 23
Octal 30 63 234 125 103 0 47 344 111 43
Binary 11000 110011 10011100 1010101 1000011 0 100111 11100100 1001001 100011

Color Harmonies of #18339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18339C

Black with #18339C

Text Example


Text Example

White with #18339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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