Html Css Color HEX #1136AF Egyptian Blue

📋 copy color: '#1136AF'

red 17 ◦ green 54 ◦ blue 175

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

Shades of Egyptian Blue #1136AF

Tints of Egyptian Blue #1136AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 6.91%
G = 21.95%
B = 71.14%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1136AF (or 0x1136AF) is known color: Egyptian Blue. HEX triplet: 11, 36 and AF. RGB value is (17,54,175). Sum of RGB (Red+Green+Blue) = 17+54+175=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #1136AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1136AF is #EEC950. Grayscale: #383838. Windows color (decimal): -15649105 or 11482641. OLE color: 11482641.

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

Color convert

RGB 17 54 175 -
CMYK 0.90 0.69 0 0.31
HSL 225.95º 0.82% 0.38% -
HSV(B) 225.95º 0.9% 0.69% -
XYZ 9.29 5.85 41.2 -
YUV 56.73 194.74 99.66 -
System Red Green Blue C M Y K H S L
Decimal 17 54 175 0.90 0.69 0 0.31 225.95 0.82 0.38
Hex 11 36 AF 5A 45 0 1F E2 52 26
Octal 21 66 257 132 105 0 37 342 122 46
Binary 10001 110110 10101111 1011010 1000101 0 11111 11100010 1010010 100110

Color Harmonies of #1136AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1136AF

Black with #1136AF

Text Example


Text Example

White with #1136AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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