Html Css Color HEX #10259A Egyptian Blue

📋 copy color: '#10259A'

red 16 ◦ green 37 ◦ blue 154

#10259A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #10259A

Tints of Egyptian Blue #10259A

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.4%

R = 7.73%
G = 17.87%
B = 74.4%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10259A (or 0x10259A) is known color: 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

RGB 16 37 154 -
CMYK 0.90 0.76 0 0.40
HSL 230.87º 0.81% 0.33% -
HSV(B) 230.87º 0.9% 0.6% -
XYZ 6.71 3.77 30.95 -
YUV 44.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 16 37 154 0.90 0.76 0 0.40 230.87 0.81 0.33
Hex 10 25 9A 5A 4C 0 28 E7 51 21
Octal 20 45 232 132 114 0 50 347 121 41
Binary 10000 100101 10011010 1011010 1001100 0 101000 11100111 1010001 100001

Color Harmonies of #10259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10259A

Black with #10259A

Text Example


Text Example

White with #10259A

Text Example


Text Example

HTML Codes & Css Web 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>