Html Css Color HEX #18439F Egyptian Blue

📋 copy color: '#18439F'

red 24 ◦ green 67 ◦ blue 159

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

Shades of Egyptian Blue #18439F

Tints of Egyptian Blue #18439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 9.6%
G = 26.8%
B = 63.6%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18439F (or 0x18439F) is known color: Egyptian Blue. HEX triplet: 18, 43 and 9F. RGB value is (24,67,159). Sum of RGB (Red+Green+Blue) = 24+67+159=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #18439F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18439F is #E7BC60. Grayscale: #404040. Windows color (decimal): -15187041 or 10437400. OLE color: 10437400.

HSL color Cylindrical-coordinate representation of color #18439F: hue angle of 220.89º 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 #18439F is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 67 159 -
CMYK 0.85 0.58 0 0.38
HSL 220.89º 0.74% 0.36% -
HSV(B) 220.89º 0.85% 0.62% -
XYZ 8.64 6.71 33.64 -
YUV 64.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 24 67 159 0.85 0.58 0 0.38 220.89 0.74 0.36
Hex 18 43 9F 55 3A 0 26 DD 4A 24
Octal 30 103 237 125 72 0 46 335 112 44
Binary 11000 1000011 10011111 1010101 111010 0 100110 11011101 1001010 100100

Color Harmonies of #18439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18439F

Black with #18439F

Text Example


Text Example

White with #18439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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