Html Css Color HEX #131CA7 Egyptian Blue

📋 copy color: '#131CA7'

red 19 ◦ green 28 ◦ blue 167

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

Shades of Egyptian Blue #131CA7

Tints of Egyptian Blue #131CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 78.04%

R = 8.88%
G = 13.08%
B = 78.04%

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

#131CA7 (or 0x131CA7) is known color: Egyptian Blue. HEX triplet: 13, 1C and A7. RGB value is (19,28,167). Sum of RGB (Red+Green+Blue) = 19+28+167=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 167 (65.62% from 255 or 78.04% from 214); Max value from RGB is 167 - color contains mainly: blue. Hex color #131CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131CA7 is #ECE358. Grayscale: #282828. Windows color (decimal): -15524697 or 10951699. OLE color: 10951699.

HSL color Cylindrical-coordinate representation of color #131CA7: hue angle of 236.35º degrees, saturation: 0.8, 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 #131CA7 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 28 167 -
CMYK 0.89 0.83 0 0.35
HSL 236.35º 0.8% 0.36% -
HSV(B) 236.35º 0.89% 0.65% -
XYZ 7.66 3.76 36.88 -
YUV 41.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 19 28 167 0.89 0.83 0 0.35 236.35 0.8 0.36
Hex 13 1C A7 59 53 0 23 EC 50 24
Octal 23 34 247 131 123 0 43 354 120 44
Binary 10011 11100 10100111 1011001 1010011 0 100011 11101100 1010000 100100

Color Harmonies of #131CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CA7

Black with #131CA7

Text Example


Text Example

White with #131CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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