#1029B0

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

Shades of Egyptian Blue #1029B0

Tints of Egyptian Blue #1029B0

Color information

#1029B0 (or 0x1029B0) is unknown color: approx Egyptian Blue. HEX triplet: 10, 29 and B0. RGB value is (16,41,176). Sum of RGB (Red+Green+Blue) = 16+41+176=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 176 (69.14% from 255 or 75.54% from 233); Max value from RGB is 176 - color contains mainly: blue. Hex color #1029B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1029B0 is #EFD64F. Grayscale: #303030. Windows color (decimal): -15717968 or 11544848. OLE color: 11544848.

HSL color Cylindrical-coordinate representation of color #1029B0: hue angle of 230.62º 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 #1029B0 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1641176-
CMYK0.910.7700.31
HSL230.62º83.33%37.65%-
HSV(B)230.62º90.91%69.02%-
XYZ8.844.8341.54-
YUV48.92199.72104.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 176 (69.14% from 255) = 75.54%
R=6.87%
G=17.60%
B=75.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16411760.910.7700.31230.6283.3337.65
Hex1029B05B4D01Fe75326
Octal205126013311503734712346
Binary100001010011011000010110111001101011111111001111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1029B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1029B0; }

 p { color: rgb(16,41,176); }

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

<style>
 a { background-color: #1029B0; }

 a { background-color: rgb(16,41,176); }

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

<style>
 span { border-color: #1029B0; }

 span { border-color: rgb(16,41,176); }

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