Html Css Color HEX #18259C Egyptian Blue

📋 copy color: '#18259C'

red 24 ◦ green 37 ◦ blue 156

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

Shades of Egyptian Blue #18259C

Tints of Egyptian Blue #18259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 11.06%
G = 17.05%
B = 71.89%

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

#18259C (or 0x18259C) is known color: Egyptian Blue. HEX triplet: 18, 25 and 9C. RGB value is (24,37,156). Sum of RGB (Red+Green+Blue) = 24+37+156=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #18259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18259C is #E7DA63. Grayscale: #2E2E2E. Windows color (decimal): -15194724 or 10233112. OLE color: 10233112.

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

Color convert

RGB 24 37 156 -
CMYK 0.85 0.76 0 0.39
HSL 234.09º 0.73% 0.35% -
HSV(B) 234.09º 0.85% 0.61% -
XYZ 7.04 3.92 31.84 -
YUV 46.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 24 37 156 0.85 0.76 0 0.39 234.09 0.73 0.35
Hex 18 25 9C 55 4C 0 27 EA 49 23
Octal 30 45 234 125 114 0 47 352 111 43
Binary 11000 100101 10011100 1010101 1001100 0 100111 11101010 1001001 100011

Color Harmonies of #18259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18259C

Black with #18259C

Text Example


Text Example

White with #18259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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