Html Css Color HEX #18369C Egyptian Blue

📋 copy color: '#18369C'

red 24 ◦ green 54 ◦ blue 156

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

Shades of Egyptian Blue #18369C

Tints of Egyptian Blue #18369C

RGB

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

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

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

R = 10.26%
G = 23.08%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18369C (or 0x18369C) is known color: Egyptian Blue. HEX triplet: 18, 36 and 9C. RGB value is (24,54,156). Sum of RGB (Red+Green+Blue) = 24+54+156=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #18369C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18369C is #E7C963. Grayscale: #383838. Windows color (decimal): -15190372 or 10237464. OLE color: 10237464.

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

Color convert

RGB 24 54 156 -
CMYK 0.85 0.65 0 0.39
HSL 226.36º 0.73% 0.35% -
HSV(B) 226.36º 0.85% 0.61% -
XYZ 7.7 5.23 32.06 -
YUV 56.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 24 54 156 0.85 0.65 0 0.39 226.36 0.73 0.35
Hex 18 36 9C 55 41 0 27 E2 49 23
Octal 30 66 234 125 101 0 47 342 111 43
Binary 11000 110110 10011100 1010101 1000001 0 100111 11100010 1001001 100011

Color Harmonies of #18369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18369C

Black with #18369C

Text Example


Text Example

White with #18369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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