Html Css Color HEX #141FB3 Egyptian Blue

📋 copy color: '#141FB3'

red 20 ◦ green 31 ◦ blue 179

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

Shades of Egyptian Blue #141FB3

Tints of Egyptian Blue #141FB3

RGB

 RED value IS 20 (8.2% from 255) = 8.7%

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

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

R = 8.7%
G = 13.48%
B = 77.83%

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

#141FB3 (or 0x141FB3) is known color: Egyptian Blue. HEX triplet: 14, 1F and B3. RGB value is (20,31,179). Sum of RGB (Red+Green+Blue) = 20+31+179=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 179 (70.31% from 255 or 77.83% from 230); Max value from RGB is 179 - color contains mainly: blue. Hex color #141FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FB3 is #EBE04C. Grayscale: #2B2B2B. Windows color (decimal): -15458381 or 11738900. OLE color: 11738900.

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

Color convert

RGB 20 31 179 -
CMYK 0.89 0.83 0 0.30
HSL 235.85º 0.8% 0.39% -
HSV(B) 235.85º 0.89% 0.7% -
XYZ 8.92 4.38 43.02 -
YUV 44.58 203.86 110.47 -
System Red Green Blue C M Y K H S L
Decimal 20 31 179 0.89 0.83 0 0.30 235.85 0.8 0.39
Hex 14 1F B3 59 53 0 1E EC 50 27
Octal 24 37 263 131 123 0 36 354 120 47
Binary 10100 11111 10110011 1011001 1010011 0 11110 11101100 1010000 100111

Color Harmonies of #141FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FB3

Black with #141FB3

Text Example


Text Example

White with #141FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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