#10269C

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

Shades of Egyptian Blue #10269C

Tints of Egyptian Blue #10269C

Color information

#10269C (or 0x10269C) is unknown color: approx Egyptian Blue. HEX triplet: 10, 26 and 9C. RGB value is (16,38,156). Sum of RGB (Red+Green+Blue) = 16+38+156=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #10269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10269C is #EFD963. Grayscale: #2C2C2C. Windows color (decimal): -15718756 or 10233360. OLE color: 10233360.

HSL color Cylindrical-coordinate representation of color #10269C: hue angle of 230.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10269C is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1638156-
CMYK0.900.7600.39
HSL230.57º81.4%33.73%-
HSV(B)230.57º89.74%61.18%-
XYZ6.913.931.84-
YUV44.87190.71107.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=7.62%
G=18.10%
B=74.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16381560.900.7600.39230.5781.433.73
Hex10269C5A4C027e75122
Octal204623413211404734712142
Binary1000010011010011100101101010011000100111111001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10269C; }

 p { color: rgb(16,38,156); }

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

<style>
 a { background-color: #10269C; }

 a { background-color: rgb(16,38,156); }

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

<style>
 span { border-color: #10269C; }

 span { border-color: rgb(16,38,156); }

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