Html Css Color HEX #1124AF Egyptian Blue

📋 copy color: '#1124AF'

red 17 ◦ green 36 ◦ blue 175

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

Shades of Egyptian Blue #1124AF

Tints of Egyptian Blue #1124AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 7.46%
G = 15.79%
B = 76.75%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1124AF (or 0x1124AF) is known color: Egyptian Blue. HEX triplet: 11, 24 and AF. RGB value is (17,36,175). Sum of RGB (Red+Green+Blue) = 17+36+175=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #1124AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1124AF is #EEDB50. Grayscale: #2D2D2D. Windows color (decimal): -15653713 or 11478033. OLE color: 11478033.

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

Color convert

RGB 17 36 175 -
CMYK 0.90 0.79 0 0.31
HSL 232.78º 0.82% 0.38% -
HSV(B) 232.78º 0.9% 0.69% -
XYZ 8.6 4.48 40.97 -
YUV 46.17 200.71 107.2 -
System Red Green Blue C M Y K H S L
Decimal 17 36 175 0.90 0.79 0 0.31 232.78 0.82 0.38
Hex 11 24 AF 5A 4F 0 1F E9 52 26
Octal 21 44 257 132 117 0 37 351 122 46
Binary 10001 100100 10101111 1011010 1001111 0 11111 11101001 1010010 100110

Color Harmonies of #1124AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1124AF

Black with #1124AF

Text Example


Text Example

White with #1124AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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