Html Css Color HEX #131CAA Egyptian Blue

📋 copy color: '#131CAA'

red 19 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #131CAA

Tints of Egyptian Blue #131CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 170 (66.8% from 255) = 78.34%

R = 8.76%
G = 12.9%
B = 78.34%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#131CAA (or 0x131CAA) is known color: Egyptian Blue. HEX triplet: 13, 1C and AA. RGB value is (19,28,170). Sum of RGB (Red+Green+Blue) = 19+28+170=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #131CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131CAA is #ECE355. Grayscale: #282828. Windows color (decimal): -15524694 or 11148307. OLE color: 11148307.

HSL color Cylindrical-coordinate representation of color #131CAA: hue angle of 236.42º 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 #131CAA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 28 170 -
CMYK 0.89 0.84 0 0.33
HSL 236.42º 0.8% 0.37% -
HSV(B) 236.42º 0.89% 0.67% -
XYZ 7.94 3.87 38.36 -
YUV 41.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 19 28 170 0.89 0.84 0 0.33 236.42 0.8 0.37
Hex 13 1C AA 59 54 0 21 EC 50 25
Octal 23 34 252 131 124 0 41 354 120 45
Binary 10011 11100 10101010 1011001 1010100 0 100001 11101100 1010000 100101

Color Harmonies of #131CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CAA

Black with #131CAA

Text Example


Text Example

White with #131CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,170); }

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

background-color css

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

 a { background-color: rgb(19,28,170); }

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

border-color css

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

 span { border-color: rgb(19,28,170); }

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