Html Css Color HEX #18279C Egyptian Blue

📋 copy color: '#18279C'

red 24 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #18279C

Tints of Egyptian Blue #18279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 10.96%
G = 17.81%
B = 71.23%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18279C (or 0x18279C) is known color: Egyptian Blue. HEX triplet: 18, 27 and 9C. RGB value is (24,39,156). Sum of RGB (Red+Green+Blue) = 24+39+156=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #18279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18279C is #E7D863. Grayscale: #2F2F2F. Windows color (decimal): -15194212 or 10233624. OLE color: 10233624.

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

Color convert

RGB 24 39 156 -
CMYK 0.85 0.75 0 0.39
HSL 233.18º 0.73% 0.35% -
HSV(B) 233.18º 0.85% 0.61% -
XYZ 7.1 4.05 31.86 -
YUV 47.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 24 39 156 0.85 0.75 0 0.39 233.18 0.73 0.35
Hex 18 27 9C 55 4B 0 27 E9 49 23
Octal 30 47 234 125 113 0 47 351 111 43
Binary 11000 100111 10011100 1010101 1001011 0 100111 11101001 1001001 100011

Color Harmonies of #18279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18279C

Black with #18279C

Text Example


Text Example

White with #18279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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