Html Css Color HEX #18308C Egyptian Blue

📋 copy color: '#18308C'

red 24 ◦ green 48 ◦ blue 140

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

Shades of Egyptian Blue #18308C

Tints of Egyptian Blue #18308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

 BLUE value IS 140 (55.08% from 255) = 66.04%

R = 11.32%
G = 22.64%
B = 66.04%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18308C (or 0x18308C) is known color: Egyptian Blue. HEX triplet: 18, 30 and 8C. RGB value is (24,48,140). Sum of RGB (Red+Green+Blue) = 24+48+140=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #18308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18308C is #E7CF73. Grayscale: #323232. Windows color (decimal): -15191924 or 9187352. OLE color: 9187352.

HSL color Cylindrical-coordinate representation of color #18308C: hue angle of 227.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18308C is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 48 140 -
CMYK 0.83 0.66 0 0.45
HSL 227.59º 0.71% 0.32% -
HSV(B) 227.59º 0.83% 0.55% -
XYZ 6.17 4.2 25.3 -
YUV 51.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 24 48 140 0.83 0.66 0 0.45 227.59 0.71 0.32
Hex 18 30 8C 53 42 0 2D E4 47 20
Octal 30 60 214 123 102 0 55 344 107 40
Binary 11000 110000 10001100 1010011 1000010 0 101101 11100100 1000111 100000

Color Harmonies of #18308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18308C

Black with #18308C

Text Example


Text Example

White with #18308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,48,140); }

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

background-color css

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

 a { background-color: rgb(24,48,140); }

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

border-color css

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

 span { border-color: rgb(24,48,140); }

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