Html Css Color HEX #182F93 Egyptian Blue

📋 copy color: '#182F93'

red 24 ◦ green 47 ◦ blue 147

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

Shades of Egyptian Blue #182F93

Tints of Egyptian Blue #182F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 147 (57.81% from 255) = 67.43%

R = 11.01%
G = 21.56%
B = 67.43%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#182F93 (or 0x182F93) is known color: Egyptian Blue. HEX triplet: 18, 2F and 93. RGB value is (24,47,147). Sum of RGB (Red+Green+Blue) = 24+47+147=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #182F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F93 is #E7D06C. Grayscale: #333333. Windows color (decimal): -15192173 or 9645848. OLE color: 9645848.

HSL color Cylindrical-coordinate representation of color #182F93: hue angle of 228.78º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182F93 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 47 147 -
CMYK 0.84 0.68 0 0.42
HSL 228.78º 0.72% 0.34% -
HSV(B) 228.78º 0.84% 0.58% -
XYZ 6.66 4.33 28.09 -
YUV 51.52 181.88 108.37 -
System Red Green Blue C M Y K H S L
Decimal 24 47 147 0.84 0.68 0 0.42 228.78 0.72 0.34
Hex 18 2F 93 54 44 0 2A E5 48 22
Octal 30 57 223 124 104 0 52 345 110 42
Binary 11000 101111 10010011 1010100 1000100 0 101010 11100101 1001000 100010

Color Harmonies of #182F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F93

Black with #182F93

Text Example


Text Example

White with #182F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F93; }

 p { color: rgb(24,47,147); }

 H1.HeaderClassName
 {
   color: #182F93;
 }
 .AnyTagClassName
 {
   color: #182F93;
 }
</style>

background-color css

<style>
 a { background-color: #182F93; }

 a { background-color: rgb(24,47,147); }

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

border-color css

<style>
 span { border-color: #182F93; }

 span { border-color: rgb(24,47,147); }

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