Html Css Color HEX #181FAC Egyptian Blue

📋 copy color: '#181FAC'

red 24 ◦ green 31 ◦ blue 172

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

Shades of Egyptian Blue #181FAC

Tints of Egyptian Blue #181FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.77%

R = 10.57%
G = 13.66%
B = 75.77%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#181FAC (or 0x181FAC) is known color: Egyptian Blue. HEX triplet: 18, 1F and AC. RGB value is (24,31,172). Sum of RGB (Red+Green+Blue) = 24+31+172=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #181FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181FAC is #E7E053. Grayscale: #2C2C2C. Windows color (decimal): -15196244 or 11280152. OLE color: 11280152.

HSL color Cylindrical-coordinate representation of color #181FAC: hue angle of 237.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181FAC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 31 172 -
CMYK 0.86 0.82 0 0.33
HSL 237.16º 0.76% 0.38% -
HSV(B) 237.16º 0.86% 0.67% -
XYZ 8.31 4.15 39.39 -
YUV 44.98 199.68 113.04 -
System Red Green Blue C M Y K H S L
Decimal 24 31 172 0.86 0.82 0 0.33 237.16 0.76 0.38
Hex 18 1F AC 56 52 0 21 ED 4C 26
Octal 30 37 254 126 122 0 41 355 114 46
Binary 11000 11111 10101100 1010110 1010010 0 100001 11101101 1001100 100110

Color Harmonies of #181FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FAC

Black with #181FAC

Text Example


Text Example

White with #181FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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