Html Css Color HEX #18369D Egyptian Blue

📋 copy color: '#18369D'

red 24 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #18369D

Tints of Egyptian Blue #18369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 10.21%
G = 22.98%
B = 66.81%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18369D (or 0x18369D) is known color: Egyptian Blue. HEX triplet: 18, 36 and 9D. RGB value is (24,54,157). Sum of RGB (Red+Green+Blue) = 24+54+157=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #18369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18369D is #E7C962. Grayscale: #383838. Windows color (decimal): -15190371 or 10303000. OLE color: 10303000.

HSL color Cylindrical-coordinate representation of color #18369D: hue angle of 226.47º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18369D is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 54 157 -
CMYK 0.85 0.66 0 0.38
HSL 226.47º 0.73% 0.35% -
HSV(B) 226.47º 0.85% 0.62% -
XYZ 7.78 5.27 32.5 -
YUV 56.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 24 54 157 0.85 0.66 0 0.38 226.47 0.73 0.35
Hex 18 36 9D 55 42 0 26 E2 49 23
Octal 30 66 235 125 102 0 46 342 111 43
Binary 11000 110110 10011101 1010101 1000010 0 100110 11100010 1001001 100011

Color Harmonies of #18369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18369D

Black with #18369D

Text Example


Text Example

White with #18369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18369D; }

 p { color: rgb(24,54,157); }

 H1.HeaderClassName
 {
   color: #18369D;
 }
 .AnyTagClassName
 {
   color: #18369D;
 }
</style>

background-color css

<style>
 a { background-color: #18369D; }

 a { background-color: rgb(24,54,157); }

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

border-color css

<style>
 span { border-color: #18369D; }

 span { border-color: rgb(24,54,157); }

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