Html Css Color HEX #18459F Egyptian Blue

📋 copy color: '#18459F'

red 24 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #18459F

Tints of Egyptian Blue #18459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 159 (62.5% from 255) = 63.1%

R = 9.52%
G = 27.38%
B = 63.1%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18459F (or 0x18459F) is known color: Egyptian Blue. HEX triplet: 18, 45 and 9F. RGB value is (24,69,159). Sum of RGB (Red+Green+Blue) = 24+69+159=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #18459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18459F is #E7BA60. Grayscale: #414141. Windows color (decimal): -15186529 or 10437912. OLE color: 10437912.

HSL color Cylindrical-coordinate representation of color #18459F: hue angle of 220º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18459F is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 69 159 -
CMYK 0.85 0.57 0 0.38
HSL 220º 0.74% 0.36% -
HSV(B) 220º 0.85% 0.62% -
XYZ 8.76 6.95 33.68 -
YUV 65.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 24 69 159 0.85 0.57 0 0.38 220 0.74 0.36
Hex 18 45 9F 55 39 0 26 DC 4A 24
Octal 30 105 237 125 71 0 46 334 112 44
Binary 11000 1000101 10011111 1010101 111001 0 100110 11011100 1001010 100100

Color Harmonies of #18459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18459F

Black with #18459F

Text Example


Text Example

White with #18459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18459F; }

 p { color: rgb(24,69,159); }

 H1.HeaderClassName
 {
   color: #18459F;
 }
 .AnyTagClassName
 {
   color: #18459F;
 }
</style>

background-color css

<style>
 a { background-color: #18459F; }

 a { background-color: rgb(24,69,159); }

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

border-color css

<style>
 span { border-color: #18459F; }

 span { border-color: rgb(24,69,159); }

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