Html Css Color HEX #1426B3 Egyptian Blue

📋 copy color: '#1426B3'

red 20 ◦ green 38 ◦ blue 179

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

Shades of Egyptian Blue #1426B3

Tints of Egyptian Blue #1426B3

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 8.44%
G = 16.03%
B = 75.53%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1426B3 (or 0x1426B3) is known color: Egyptian Blue. HEX triplet: 14, 26 and B3. RGB value is (20,38,179). Sum of RGB (Red+Green+Blue) = 20+38+179=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #1426B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426B3 is #EBD94C. Grayscale: #303030. Windows color (decimal): -15456589 or 11740692. OLE color: 11740692.

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

Color convert

RGB 20 38 179 -
CMYK 0.89 0.79 0 0.30
HSL 233.21º 0.8% 0.39% -
HSV(B) 233.21º 0.89% 0.7% -
XYZ 9.12 4.79 43.09 -
YUV 48.69 201.54 107.54 -
System Red Green Blue C M Y K H S L
Decimal 20 38 179 0.89 0.79 0 0.30 233.21 0.8 0.39
Hex 14 26 B3 59 4F 0 1E E9 50 27
Octal 24 46 263 131 117 0 36 351 120 47
Binary 10100 100110 10110011 1011001 1001111 0 11110 11101001 1010000 100111

Color Harmonies of #1426B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1426B3

Black with #1426B3

Text Example


Text Example

White with #1426B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1426B3; }

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

 H1.HeaderClassName
 {
   color: #1426B3;
 }
 .AnyTagClassName
 {
   color: #1426B3;
 }
</style>

background-color css

<style>
 a { background-color: #1426B3; }

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

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

border-color css

<style>
 span { border-color: #1426B3; }

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

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