Html Css Color HEX #1330AC Egyptian Blue

📋 copy color: '#1330AC'

red 19 ◦ green 48 ◦ blue 172

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

Shades of Egyptian Blue #1330AC

Tints of Egyptian Blue #1330AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 172 (67.58% from 255) = 71.97%

R = 7.95%
G = 20.08%
B = 71.97%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1330AC (or 0x1330AC) is known color: Egyptian Blue. HEX triplet: 13, 30 and AC. RGB value is (19,48,172). Sum of RGB (Red+Green+Blue) = 19+48+172=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #1330AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1330AC is #ECCF53. Grayscale: #343434. Windows color (decimal): -15519572 or 11284499. OLE color: 11284499.

HSL color Cylindrical-coordinate representation of color #1330AC: hue angle of 228.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1330AC is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 48 172 -
CMYK 0.89 0.72 0 0.33
HSL 228.63º 0.8% 0.37% -
HSV(B) 228.63º 0.89% 0.67% -
XYZ 8.77 5.23 39.58 -
YUV 53.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 19 48 172 0.89 0.72 0 0.33 228.63 0.8 0.37
Hex 13 30 AC 59 48 0 21 E5 50 25
Octal 23 60 254 131 110 0 41 345 120 45
Binary 10011 110000 10101100 1011001 1001000 0 100001 11100101 1010000 100101

Color Harmonies of #1330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330AC

Black with #1330AC

Text Example


Text Example

White with #1330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1330AC; }

 p { color: rgb(19,48,172); }

 H1.HeaderClassName
 {
   color: #1330AC;
 }
 .AnyTagClassName
 {
   color: #1330AC;
 }
</style>

background-color css

<style>
 a { background-color: #1330AC; }

 a { background-color: rgb(19,48,172); }

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

border-color css

<style>
 span { border-color: #1330AC; }

 span { border-color: rgb(19,48,172); }

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