Html Css Color HEX #141FB2 Egyptian Blue

📋 copy color: '#141FB2'

red 20 ◦ green 31 ◦ blue 178

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

Shades of Egyptian Blue #141FB2

Tints of Egyptian Blue #141FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 77.73%

R = 8.73%
G = 13.54%
B = 77.73%

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

#141FB2 (or 0x141FB2) is known color: Egyptian Blue. HEX triplet: 14, 1F and B2. RGB value is (20,31,178). Sum of RGB (Red+Green+Blue) = 20+31+178=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 178 (69.92% from 255 or 77.73% from 229); Max value from RGB is 178 - color contains mainly: blue. Hex color #141FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141FB2 is #EBE04D. Grayscale: #2B2B2B. Windows color (decimal): -15458382 or 11673364. OLE color: 11673364.

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

Color convert

RGB 20 31 178 -
CMYK 0.89 0.83 0 0.30
HSL 235.82º 0.8% 0.39% -
HSV(B) 235.82º 0.89% 0.7% -
XYZ 8.81 4.34 42.49 -
YUV 44.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 20 31 178 0.89 0.83 0 0.30 235.82 0.8 0.39
Hex 14 1F B2 59 53 0 1E EC 50 27
Octal 24 37 262 131 123 0 36 354 120 47
Binary 10100 11111 10110010 1011001 1010011 0 11110 11101100 1010000 100111

Color Harmonies of #141FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FB2

Black with #141FB2

Text Example


Text Example

White with #141FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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