Html Css Color HEX #131DAD Egyptian Blue

📋 copy color: '#131DAD'

red 19 ◦ green 29 ◦ blue 173

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

Shades of Egyptian Blue #131DAD

Tints of Egyptian Blue #131DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 8.6%
G = 13.12%
B = 78.28%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#131DAD (or 0x131DAD) is known color: Egyptian Blue. HEX triplet: 13, 1D and AD. RGB value is (19,29,173). Sum of RGB (Red+Green+Blue) = 19+29+173=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #131DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DAD is #ECE252. Grayscale: #292929. Windows color (decimal): -15524435 or 11345171. OLE color: 11345171.

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

Color convert

RGB 19 29 173 -
CMYK 0.89 0.83 0 0.32
HSL 236.1º 0.8% 0.38% -
HSV(B) 236.1º 0.89% 0.68% -
XYZ 8.25 4.03 39.88 -
YUV 42.43 201.69 111.29 -
System Red Green Blue C M Y K H S L
Decimal 19 29 173 0.89 0.83 0 0.32 236.1 0.8 0.38
Hex 13 1D AD 59 53 0 20 EC 50 26
Octal 23 35 255 131 123 0 40 354 120 46
Binary 10011 11101 10101101 1011001 1010011 0 100000 11101100 1010000 100110

Color Harmonies of #131DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DAD

Black with #131DAD

Text Example


Text Example

White with #131DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,173); }

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

background-color css

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

 a { background-color: rgb(19,29,173); }

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

border-color css

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

 span { border-color: rgb(19,29,173); }

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