#103AB1

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

Shades of Egyptian Blue #103AB1

Tints of Egyptian Blue #103AB1

Color information

#103AB1 (or 0x103AB1) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3A and B1. RGB value is (16,58,177). Sum of RGB (Red+Green+Blue) = 16+58+177=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 177 (69.53% from 255 or 70.52% from 251); Max value from RGB is 177 - color contains mainly: blue. Hex color #103AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AB1 is #EFC54E. Grayscale: #3A3A3A. Windows color (decimal): -15713615 or 11614736. OLE color: 11614736.

HSL color Cylindrical-coordinate representation of color #103AB1: hue angle of 224.35º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103AB1 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1658177-
CMYK0.910.6700.31
HSL224.35º83.42%37.84%-
HSV(B)224.35º90.96%69.41%-
XYZ9.666.3142.3-
YUV59.01194.5997.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 177 (69.53% from 255) = 70.52%
R=6.37%
G=23.11%
B=70.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16581770.910.6700.31224.3583.4237.84
Hex103AB15B4301Fe05326
Octal207226113310303734012346
Binary100001110101011000110110111000011011111111000001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103AB1; }

 p { color: rgb(16,58,177); }

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

<style>
 a { background-color: #103AB1; }

 a { background-color: rgb(16,58,177); }

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

<style>
 span { border-color: #103AB1; }

 span { border-color: rgb(16,58,177); }

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