Html Css Color HEX #1141AF Egyptian Blue

📋 copy color: '#1141AF'

red 17 ◦ green 65 ◦ blue 175

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

Shades of Egyptian Blue #1141AF

Tints of Egyptian Blue #1141AF

RGB

 RED value IS 17 (7.03% from 255) = 6.61%

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

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 6.61%
G = 25.29%
B = 68.09%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1141AF (or 0x1141AF) is known color: Egyptian Blue. HEX triplet: 11, 41 and AF. RGB value is (17,65,175). Sum of RGB (Red+Green+Blue) = 17+65+175=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #1141AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1141AF is #EEBE50. Grayscale: #3E3E3E. Windows color (decimal): -15646289 or 11485457. OLE color: 11485457.

HSL color Cylindrical-coordinate representation of color #1141AF: hue angle of 221.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1141AF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 65 175 -
CMYK 0.90 0.63 0 0.31
HSL 221.77º 0.82% 0.38% -
HSV(B) 221.77º 0.9% 0.69% -
XYZ 9.86 6.99 41.39 -
YUV 63.19 191.1 95.06 -
System Red Green Blue C M Y K H S L
Decimal 17 65 175 0.90 0.63 0 0.31 221.77 0.82 0.38
Hex 11 41 AF 5A 3F 0 1F DE 52 26
Octal 21 101 257 132 77 0 37 336 122 46
Binary 10001 1000001 10101111 1011010 111111 0 11111 11011110 1010010 100110

Color Harmonies of #1141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141AF

Black with #1141AF

Text Example


Text Example

White with #1141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1141AF; }

 p { color: rgb(17,65,175); }

 H1.HeaderClassName
 {
   color: #1141AF;
 }
 .AnyTagClassName
 {
   color: #1141AF;
 }
</style>

background-color css

<style>
 a { background-color: #1141AF; }

 a { background-color: rgb(17,65,175); }

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

border-color css

<style>
 span { border-color: #1141AF; }

 span { border-color: rgb(17,65,175); }

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