Html Css Color HEX #1131AF Egyptian Blue

📋 copy color: '#1131AF'

red 17 ◦ green 49 ◦ blue 175

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

Shades of Egyptian Blue #1131AF

Tints of Egyptian Blue #1131AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

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

R = 7.05%
G = 20.33%
B = 72.61%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1131AF (or 0x1131AF) is known color: Egyptian Blue. HEX triplet: 11, 31 and AF. RGB value is (17,49,175). Sum of RGB (Red+Green+Blue) = 17+49+175=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #1131AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1131AF is #EECE50. Grayscale: #353535. Windows color (decimal): -15650385 or 11481361. OLE color: 11481361.

HSL color Cylindrical-coordinate representation of color #1131AF: hue angle of 227.85º 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 #1131AF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 49 175 -
CMYK 0.90 0.72 0 0.31
HSL 227.85º 0.82% 0.38% -
HSV(B) 227.85º 0.9% 0.69% -
XYZ 9.07 5.41 41.12 -
YUV 53.8 196.4 101.75 -
System Red Green Blue C M Y K H S L
Decimal 17 49 175 0.90 0.72 0 0.31 227.85 0.82 0.38
Hex 11 31 AF 5A 48 0 1F E4 52 26
Octal 21 61 257 132 110 0 37 344 122 46
Binary 10001 110001 10101111 1011010 1001000 0 11111 11100100 1010010 100110

Color Harmonies of #1131AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1131AF

Black with #1131AF

Text Example


Text Example

White with #1131AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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