Html Css Color HEX #1327A5 Egyptian Blue

📋 copy color: '#1327A5'

red 19 ◦ green 39 ◦ blue 165

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

Shades of Egyptian Blue #1327A5

Tints of Egyptian Blue #1327A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 73.99%

R = 8.52%
G = 17.49%
B = 73.99%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1327A5 (or 0x1327A5) is known color: Egyptian Blue. HEX triplet: 13, 27 and A5. RGB value is (19,39,165). Sum of RGB (Red+Green+Blue) = 19+39+165=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 165 (64.84% from 255 or 73.99% from 223); Max value from RGB is 165 - color contains mainly: blue. Hex color #1327A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1327A5 is #ECD85A. Grayscale: #2E2E2E. Windows color (decimal): -15521883 or 10823443. OLE color: 10823443.

HSL color Cylindrical-coordinate representation of color #1327A5: hue angle of 231.78º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1327A5 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 39 165 -
CMYK 0.88 0.76 0 0.35
HSL 231.78º 0.79% 0.36% -
HSV(B) 231.78º 0.88% 0.65% -
XYZ 7.79 4.31 36.02 -
YUV 47.38 194.37 107.75 -
System Red Green Blue C M Y K H S L
Decimal 19 39 165 0.88 0.76 0 0.35 231.78 0.79 0.36
Hex 13 27 A5 58 4C 0 23 E8 4F 24
Octal 23 47 245 130 114 0 43 350 117 44
Binary 10011 100111 10100101 1011000 1001100 0 100011 11101000 1001111 100100

Color Harmonies of #1327A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1327A5

Black with #1327A5

Text Example


Text Example

White with #1327A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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