Html Css Color HEX #131EB3 Egyptian Blue

📋 copy color: '#131EB3'

red 19 ◦ green 30 ◦ blue 179

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

Shades of Egyptian Blue #131EB3

Tints of Egyptian Blue #131EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 78.51%

R = 8.33%
G = 13.16%
B = 78.51%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#131EB3 (or 0x131EB3) is known color: Egyptian Blue. HEX triplet: 13, 1E and B3. RGB value is (19,30,179). Sum of RGB (Red+Green+Blue) = 19+30+179=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 179 (70.31% from 255 or 78.51% from 228); Max value from RGB is 179 - color contains mainly: blue. Hex color #131EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EB3 is #ECE14C. Grayscale: #2B2B2B. Windows color (decimal): -15524173 or 11738643. OLE color: 11738643.

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

Color convert

RGB 19 30 179 -
CMYK 0.89 0.83 0 0.30
HSL 235.88º 0.81% 0.39% -
HSV(B) 235.88º 0.89% 0.7% -
XYZ 8.87 4.32 43.01 -
YUV 43.7 204.36 110.38 -
System Red Green Blue C M Y K H S L
Decimal 19 30 179 0.89 0.83 0 0.30 235.88 0.81 0.39
Hex 13 1E B3 59 53 0 1E EC 51 27
Octal 23 36 263 131 123 0 36 354 121 47
Binary 10011 11110 10110011 1011001 1010011 0 11110 11101100 1010001 100111

Color Harmonies of #131EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EB3

Black with #131EB3

Text Example


Text Example

White with #131EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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