Html Css Color HEX #131FB3 Egyptian Blue

📋 copy color: '#131FB3'

red 19 ◦ green 31 ◦ blue 179

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

Shades of Egyptian Blue #131FB3

Tints of Egyptian Blue #131FB3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.54%

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

R = 8.3%
G = 13.54%
B = 78.17%

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

#131FB3 (or 0x131FB3) is known color: Egyptian Blue. HEX triplet: 13, 1F and B3. RGB value is (19,31,179). Sum of RGB (Red+Green+Blue) = 19+31+179=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 179 (70.31% from 255 or 78.17% from 229); Max value from RGB is 179 - color contains mainly: blue. Hex color #131FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FB3 is #ECE04C. Grayscale: #2B2B2B. Windows color (decimal): -15523917 or 11738899. OLE color: 11738899.

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

Color convert

RGB 19 31 179 -
CMYK 0.89 0.83 0 0.30
HSL 235.5º 0.81% 0.39% -
HSV(B) 235.5º 0.89% 0.7% -
XYZ 8.9 4.37 43.02 -
YUV 44.28 204.02 109.97 -
System Red Green Blue C M Y K H S L
Decimal 19 31 179 0.89 0.83 0 0.30 235.5 0.81 0.39
Hex 13 1F B3 59 53 0 1E EC 51 27
Octal 23 37 263 131 123 0 36 354 121 47
Binary 10011 11111 10110011 1011001 1010011 0 11110 11101100 1010001 100111

Color Harmonies of #131FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FB3

Black with #131FB3

Text Example


Text Example

White with #131FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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