Html Css Color HEX #181F9F Egyptian Blue

📋 copy color: '#181F9F'

red 24 ◦ green 31 ◦ blue 159

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

Shades of Egyptian Blue #181F9F

Tints of Egyptian Blue #181F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 11.21%
G = 14.49%
B = 74.3%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#181F9F (or 0x181F9F) is known color: Egyptian Blue. HEX triplet: 18, 1F and 9F. RGB value is (24,31,159). Sum of RGB (Red+Green+Blue) = 24+31+159=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #181F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181F9F is #E7E060. Grayscale: #2A2A2A. Windows color (decimal): -15196257 or 10428184. OLE color: 10428184.

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

Color convert

RGB 24 31 159 -
CMYK 0.85 0.81 0 0.38
HSL 236.89º 0.74% 0.36% -
HSV(B) 236.89º 0.85% 0.62% -
XYZ 7.12 3.68 33.14 -
YUV 43.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 24 31 159 0.85 0.81 0 0.38 236.89 0.74 0.36
Hex 18 1F 9F 55 51 0 26 ED 4A 24
Octal 30 37 237 125 121 0 46 355 112 44
Binary 11000 11111 10011111 1010101 1010001 0 100110 11101101 1001010 100100

Color Harmonies of #181F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F9F

Black with #181F9F

Text Example


Text Example

White with #181F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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