Html Css Color HEX #1041AC Egyptian Blue

📋 copy color: '#1041AC'

red 16 ◦ green 65 ◦ blue 172

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

Shades of Egyptian Blue #1041AC

Tints of Egyptian Blue #1041AC

RGB

 RED value IS 16 (6.64% from 255) = 6.32%

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 6.32%
G = 25.69%
B = 67.98%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1041AC (or 0x1041AC) is known color: Egyptian Blue. HEX triplet: 10, 41 and AC. RGB value is (16,65,172). Sum of RGB (Red+Green+Blue) = 16+65+172=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #1041AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1041AC is #EFBE53. Grayscale: #3E3E3E. Windows color (decimal): -15711828 or 11288848. OLE color: 11288848.

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

Color convert

RGB 16 65 172 -
CMYK 0.91 0.62 0 0.33
HSL 221.15º 0.83% 0.37% -
HSV(B) 221.15º 0.91% 0.67% -
XYZ 9.55 6.87 39.85 -
YUV 62.55 189.77 94.8 -
System Red Green Blue C M Y K H S L
Decimal 16 65 172 0.91 0.62 0 0.33 221.15 0.83 0.37
Hex 10 41 AC 5B 3E 0 21 DD 53 25
Octal 20 101 254 133 76 0 41 335 123 45
Binary 10000 1000001 10101100 1011011 111110 0 100001 11011101 1010011 100101

Color Harmonies of #1041AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1041AC

Black with #1041AC

Text Example


Text Example

White with #1041AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,65,172); }

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

background-color css

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

 a { background-color: rgb(16,65,172); }

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

border-color css

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

 span { border-color: rgb(16,65,172); }

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