#10259A

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

Shades of Egyptian Blue #10259A

Tints of Egyptian Blue #10259A

Color information

#10259A (or 0x10259A) is unknown color: approx Egyptian Blue. HEX triplet: 10, 25 and 9A. RGB value is (16,37,154). Sum of RGB (Red+Green+Blue) = 16+37+154=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #10259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10259A is #EFDA65. Grayscale: #2B2B2B. Windows color (decimal): -15719014 or 10102032. OLE color: 10102032.

HSL color Cylindrical-coordinate representation of color #10259A: hue angle of 230.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10259A is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1637154-
CMYK0.900.7600.40
HSL230.87º81.18%33.33%-
HSV(B)230.87º89.61%60.39%-
XYZ6.713.7730.95-
YUV44.06190.04107.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 154 (60.55% from 255) = 74.40%
R=7.73%
G=17.87%
B=74.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal16371540.900.7600.40230.8781.1833.33
Hex10259A5A4C028e75121
Octal204523213211405034712141
Binary1000010010110011010101101010011000101000111001111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10259A; }

 p { color: rgb(16,37,154); }

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

<style>
 a { background-color: #10259A; }

 a { background-color: rgb(16,37,154); }

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

<style>
 span { border-color: #10259A; }

 span { border-color: rgb(16,37,154); }

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