Html Css Color HEX #1326B2 Egyptian Blue

📋 copy color: '#1326B2'

red 19 ◦ green 38 ◦ blue 178

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

Shades of Egyptian Blue #1326B2

Tints of Egyptian Blue #1326B2

RGB

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

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

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

R = 8.09%
G = 16.17%
B = 75.74%

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

#1326B2 (or 0x1326B2) is known color: Egyptian Blue. HEX triplet: 13, 26 and B2. RGB value is (19,38,178). Sum of RGB (Red+Green+Blue) = 19+38+178=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 178 (69.92% from 255 or 75.74% from 235); Max value from RGB is 178 - color contains mainly: blue. Hex color #1326B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1326B2 is #ECD94D. Grayscale: #2F2F2F. Windows color (decimal): -15522126 or 11675155. OLE color: 11675155.

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

Color convert

RGB 19 38 178 -
CMYK 0.89 0.79 0 0.30
HSL 232.83º 0.81% 0.39% -
HSV(B) 232.83º 0.89% 0.7% -
XYZ 9 4.74 42.56 -
YUV 48.28 201.21 107.12 -
System Red Green Blue C M Y K H S L
Decimal 19 38 178 0.89 0.79 0 0.30 232.83 0.81 0.39
Hex 13 26 B2 59 4F 0 1E E9 51 27
Octal 23 46 262 131 117 0 36 351 121 47
Binary 10011 100110 10110010 1011001 1001111 0 11110 11101001 1010001 100111

Color Harmonies of #1326B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326B2

Black with #1326B2

Text Example


Text Example

White with #1326B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1326B2; }

 p { color: rgb(19,38,178); }

 H1.HeaderClassName
 {
   color: #1326B2;
 }
 .AnyTagClassName
 {
   color: #1326B2;
 }
</style>

background-color css

<style>
 a { background-color: #1326B2; }

 a { background-color: rgb(19,38,178); }

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

border-color css

<style>
 span { border-color: #1326B2; }

 span { border-color: rgb(19,38,178); }

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