Html Css Color HEX #1327B3 Egyptian Blue

📋 copy color: '#1327B3'

red 19 ◦ green 39 ◦ blue 179

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

Shades of Egyptian Blue #1327B3

Tints of Egyptian Blue #1327B3

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

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

R = 8.02%
G = 16.46%
B = 75.53%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1327B3 (or 0x1327B3) is known color: Egyptian Blue. HEX triplet: 13, 27 and B3. RGB value is (19,39,179). Sum of RGB (Red+Green+Blue) = 19+39+179=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 39 (15.62% from 255 or 16.46% 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 #1327B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327B3 is #ECD84C. Grayscale: #303030. Windows color (decimal): -15521869 or 11740947. OLE color: 11740947.

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

Color convert

RGB 19 39 179 -
CMYK 0.89 0.78 0 0.30
HSL 232.5º 0.81% 0.39% -
HSV(B) 232.5º 0.89% 0.7% -
XYZ 9.13 4.84 43.1 -
YUV 48.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 19 39 179 0.89 0.78 0 0.30 232.5 0.81 0.39
Hex 13 27 B3 59 4E 0 1E E8 51 27
Octal 23 47 263 131 116 0 36 350 121 47
Binary 10011 100111 10110011 1011001 1001110 0 11110 11101000 1010001 100111

Color Harmonies of #1327B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1327B3

Black with #1327B3

Text Example


Text Example

White with #1327B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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