Html Css Color HEX #18269C Egyptian Blue

📋 copy color: '#18269C'

red 24 ◦ green 38 ◦ blue 156

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

Shades of Egyptian Blue #18269C

Tints of Egyptian Blue #18269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 11.01%
G = 17.43%
B = 71.56%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18269C (or 0x18269C) is known color: Egyptian Blue. HEX triplet: 18, 26 and 9C. RGB value is (24,38,156). Sum of RGB (Red+Green+Blue) = 24+38+156=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #18269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18269C is #E7D963. Grayscale: #2E2E2E. Windows color (decimal): -15194468 or 10233368. OLE color: 10233368.

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

Color convert

RGB 24 38 156 -
CMYK 0.85 0.76 0 0.39
HSL 233.64º 0.73% 0.35% -
HSV(B) 233.64º 0.85% 0.61% -
XYZ 7.07 3.98 31.85 -
YUV 47.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 24 38 156 0.85 0.76 0 0.39 233.64 0.73 0.35
Hex 18 26 9C 55 4C 0 27 EA 49 23
Octal 30 46 234 125 114 0 47 352 111 43
Binary 11000 100110 10011100 1010101 1001100 0 100111 11101010 1001001 100011

Color Harmonies of #18269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18269C

Black with #18269C

Text Example


Text Example

White with #18269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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