Html Css Color HEX #181FA3 Egyptian Blue

📋 copy color: '#181FA3'

red 24 ◦ green 31 ◦ blue 163

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

Shades of Egyptian Blue #181FA3

Tints of Egyptian Blue #181FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 163 (64.06% from 255) = 74.77%

R = 11.01%
G = 14.22%
B = 74.77%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#181FA3 (or 0x181FA3) is known color: Egyptian Blue. HEX triplet: 18, 1F and A3. RGB value is (24,31,163). Sum of RGB (Red+Green+Blue) = 24+31+163=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 163 (64.06% from 255 or 74.77% from 218); Max value from RGB is 163 - color contains mainly: blue. Hex color #181FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181FA3 is #E7E05C. Grayscale: #2B2B2B. Windows color (decimal): -15196253 or 10690328. OLE color: 10690328.

HSL color Cylindrical-coordinate representation of color #181FA3: hue angle of 236.98º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181FA3 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 31 163 -
CMYK 0.85 0.81 0 0.36
HSL 236.98º 0.74% 0.37% -
HSV(B) 236.98º 0.85% 0.64% -
XYZ 7.48 3.82 34.99 -
YUV 43.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 24 31 163 0.85 0.81 0 0.36 236.98 0.74 0.37
Hex 18 1F A3 55 51 0 24 ED 4A 25
Octal 30 37 243 125 121 0 44 355 112 45
Binary 11000 11111 10100011 1010101 1010001 0 100100 11101101 1001010 100101

Color Harmonies of #181FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FA3

Black with #181FA3

Text Example


Text Example

White with #181FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181FA3; }

 p { color: rgb(24,31,163); }

 H1.HeaderClassName
 {
   color: #181FA3;
 }
 .AnyTagClassName
 {
   color: #181FA3;
 }
</style>

background-color css

<style>
 a { background-color: #181FA3; }

 a { background-color: rgb(24,31,163); }

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

border-color css

<style>
 span { border-color: #181FA3; }

 span { border-color: rgb(24,31,163); }

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