Html Css Color HEX #131EAC Egyptian Blue

📋 copy color: '#131EAC'

red 19 ◦ green 30 ◦ blue 172

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

Shades of Egyptian Blue #131EAC

Tints of Egyptian Blue #131EAC

RGB

 RED value IS 19 (7.81% from 255) = 8.6%

 GREEN value IS 30 (12.11% from 255) = 13.57%

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

R = 8.6%
G = 13.57%
B = 77.83%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#131EAC (or 0x131EAC) is known color: Egyptian Blue. HEX triplet: 13, 1E and AC. RGB value is (19,30,172). Sum of RGB (Red+Green+Blue) = 19+30+172=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #131EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131EAC is #ECE153. Grayscale: #2A2A2A. Windows color (decimal): -15524180 or 11279891. OLE color: 11279891.

HSL color Cylindrical-coordinate representation of color #131EAC: hue angle of 235.69º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131EAC is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 30 172 -
CMYK 0.89 0.83 0 0.33
HSL 235.69º 0.8% 0.37% -
HSV(B) 235.69º 0.89% 0.67% -
XYZ 8.18 4.05 39.38 -
YUV 42.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 19 30 172 0.89 0.83 0 0.33 235.69 0.8 0.37
Hex 13 1E AC 59 53 0 21 EC 50 25
Octal 23 36 254 131 123 0 41 354 120 45
Binary 10011 11110 10101100 1011001 1010011 0 100001 11101100 1010000 100101

Color Harmonies of #131EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EAC

Black with #131EAC

Text Example


Text Example

White with #131EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131EAC; }

 p { color: rgb(19,30,172); }

 H1.HeaderClassName
 {
   color: #131EAC;
 }
 .AnyTagClassName
 {
   color: #131EAC;
 }
</style>

background-color css

<style>
 a { background-color: #131EAC; }

 a { background-color: rgb(19,30,172); }

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

border-color css

<style>
 span { border-color: #131EAC; }

 span { border-color: rgb(19,30,172); }

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