#1023B3

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

Shades of Egyptian Blue #1023B3

Tints of Egyptian Blue #1023B3

Color information

#1023B3 (or 0x1023B3) is unknown color: approx Egyptian Blue. HEX triplet: 10, 23 and B3. RGB value is (16,35,179). Sum of RGB (Red+Green+Blue) = 16+35+179=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 179 (70.31% from 255 or 77.83% from 230); Max value from RGB is 179 - color contains mainly: blue. Hex color #1023B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1023B3 is #EFDC4C. Grayscale: #2D2D2D. Windows color (decimal): -15719501 or 11739920. OLE color: 11739920.

HSL color Cylindrical-coordinate representation of color #1023B3: hue angle of 233.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1023B3 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1635179-
CMYK0.910.8000.30
HSL233.01º83.59%38.24%-
HSV(B)233.01º91.06%70.2%-
XYZ8.954.5743.06-
YUV45.74203.21106.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 179 (70.31% from 255) = 77.83%
R=6.96%
G=15.22%
B=77.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16351790.910.8000.30233.0183.5938.24
Hex1023B35B5001Ee95426
Octal204326313312003635112446
Binary100001000111011001110110111010000011110111010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1023B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1023B3; }

 p { color: rgb(16,35,179); }

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

<style>
 a { background-color: #1023B3; }

 a { background-color: rgb(16,35,179); }

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

<style>
 span { border-color: #1023B3; }

 span { border-color: rgb(16,35,179); }

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