Html Css Color HEX #18338F Egyptian Blue

📋 copy color: '#18338F'

red 24 ◦ green 51 ◦ blue 143

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

Shades of Egyptian Blue #18338F

Tints of Egyptian Blue #18338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 143 (56.25% from 255) = 65.6%

R = 11.01%
G = 23.39%
B = 65.6%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18338F (or 0x18338F) is known color: Egyptian Blue. HEX triplet: 18, 33 and 8F. RGB value is (24,51,143). Sum of RGB (Red+Green+Blue) = 24+51+143=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #18338F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18338F is #E7CC70. Grayscale: #353535. Windows color (decimal): -15191153 or 9384728. OLE color: 9384728.

HSL color Cylindrical-coordinate representation of color #18338F: hue angle of 226.39º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18338F is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 51 143 -
CMYK 0.83 0.64 0 0.44
HSL 226.39º 0.71% 0.33% -
HSV(B) 226.39º 0.83% 0.56% -
XYZ 6.52 4.55 26.52 -
YUV 53.42 178.55 107.02 -
System Red Green Blue C M Y K H S L
Decimal 24 51 143 0.83 0.64 0 0.44 226.39 0.71 0.33
Hex 18 33 8F 53 40 0 2C E2 47 21
Octal 30 63 217 123 100 0 54 342 107 41
Binary 11000 110011 10001111 1010011 1000000 0 101100 11100010 1000111 100001

Color Harmonies of #18338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18338F

Black with #18338F

Text Example


Text Example

White with #18338F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,51,143); }

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

background-color css

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

 a { background-color: rgb(24,51,143); }

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

border-color css

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

 span { border-color: rgb(24,51,143); }

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