Html Css Color HEX #131EB0 Egyptian Blue

📋 copy color: '#131EB0'

red 19 ◦ green 30 ◦ blue 176

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

Shades of Egyptian Blue #131EB0

Tints of Egyptian Blue #131EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 78.22%

R = 8.44%
G = 13.33%
B = 78.22%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#131EB0 (or 0x131EB0) is known color: Egyptian Blue. HEX triplet: 13, 1E and B0. RGB value is (19,30,176). Sum of RGB (Red+Green+Blue) = 19+30+176=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #131EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131EB0 is #ECE14F. Grayscale: #2A2A2A. Windows color (decimal): -15524176 or 11542035. OLE color: 11542035.

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

Color convert

RGB 19 30 176 -
CMYK 0.89 0.83 0 0.31
HSL 235.8º 0.81% 0.38% -
HSV(B) 235.8º 0.89% 0.69% -
XYZ 8.57 4.2 41.43 -
YUV 43.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 19 30 176 0.89 0.83 0 0.31 235.8 0.81 0.38
Hex 13 1E B0 59 53 0 1F EC 51 26
Octal 23 36 260 131 123 0 37 354 121 46
Binary 10011 11110 10110000 1011001 1010011 0 11111 11101100 1010001 100110

Color Harmonies of #131EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EB0

Black with #131EB0

Text Example


Text Example

White with #131EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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