Html Css Color HEX #131DA6 Egyptian Blue

📋 copy color: '#131DA6'

red 19 ◦ green 29 ◦ blue 166

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

Shades of Egyptian Blue #131DA6

Tints of Egyptian Blue #131DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 77.57%

R = 8.88%
G = 13.55%
B = 77.57%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#131DA6 (or 0x131DA6) is known color: Egyptian Blue. HEX triplet: 13, 1D and A6. RGB value is (19,29,166). Sum of RGB (Red+Green+Blue) = 19+29+166=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 166 (65.23% from 255 or 77.57% from 214); Max value from RGB is 166 - color contains mainly: blue. Hex color #131DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131DA6 is #ECE259. Grayscale: #292929. Windows color (decimal): -15524442 or 10886419. OLE color: 10886419.

HSL color Cylindrical-coordinate representation of color #131DA6: hue angle of 235.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131DA6 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 29 166 -
CMYK 0.89 0.83 0 0.35
HSL 235.92º 0.79% 0.36% -
HSV(B) 235.92º 0.89% 0.65% -
XYZ 7.59 3.77 36.4 -
YUV 41.63 198.19 111.86 -
System Red Green Blue C M Y K H S L
Decimal 19 29 166 0.89 0.83 0 0.35 235.92 0.79 0.36
Hex 13 1D A6 59 53 0 23 EC 4F 24
Octal 23 35 246 131 123 0 43 354 117 44
Binary 10011 11101 10100110 1011001 1010011 0 100011 11101100 1001111 100100

Color Harmonies of #131DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DA6

Black with #131DA6

Text Example


Text Example

White with #131DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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