#113baf

Color #113BAF Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #113BAF

Tints of Egyptian Blue #113BAF

Color information

#113BAF (or 0x113BAF) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3B and AF. RGB value is (17,59,175). Sum of RGB (Red+Green+Blue) = 17+59+175=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #113BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BAF is #EEC450. Grayscale: #3B3B3B. Windows color (decimal): -15647825 or 11483921. OLE color: 11483921.

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

Color convert

RGB1759175-
CMYK0.900.6600.31
HSL224.05º82.29%37.65%-
HSV(B)224.05º90.29%68.63%-
XYZ9.536.3441.28-
YUV59.67193.0997.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 175 (68.75% from 255) = 69.72%
R=6.77%
G=23.51%
B=69.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17591750.900.6600.31224.0582.2937.65
Hex113BAF5A4201Fe05226
Octal217325713210203734012246
Binary100011110111010111110110101000010011111111000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113baf; }

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

 H1.HeaderClassName
 {
   color: #113baf;
 }
 .AnyTagClassName
 {
   color: #113baf;
 }
</style>
background-color css

<style>
 a { background-color: #113baf; }

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

 div.DivClassName
 {
   background-color: #113baf;
 }
 .BgClassName
 {
   background-color: #113baf;
 }
</style>
border-color css

<style>
 span { border-color: #113baf; }

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

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