#102FAF

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

Shades of Egyptian Blue #102FAF

Tints of Egyptian Blue #102FAF

Color information

#102FAF (or 0x102FAF) is unknown color: approx Egyptian Blue. HEX triplet: 10, 2F and AF. RGB value is (16,47,175). Sum of RGB (Red+Green+Blue) = 16+47+175=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #102FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FAF is #EFD050. Grayscale: #333333. Windows color (decimal): -15716433 or 11480848. OLE color: 11480848.

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

Color convert

RGB1647175-
CMYK0.910.7300.31
HSL228.3º83.25%37.45%-
HSV(B)228.3º90.86%68.63%-
XYZ8.975.2441.1-
YUV52.32197.23102.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 175 (68.75% from 255) = 73.53%
R=6.72%
G=19.75%
B=73.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16471750.910.7300.31228.383.2537.45
Hex102FAF5B4901Fe45325
Octal205725713311103734412345
Binary100001011111010111110110111001001011111111001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102FAF; }

 p { color: rgb(16,47,175); }

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

<style>
 a { background-color: #102FAF; }

 a { background-color: rgb(16,47,175); }

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

<style>
 span { border-color: #102FAF; }

 span { border-color: rgb(16,47,175); }

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