Html Css Color HEX #10279A Egyptian Blue

📋 copy color: '#10279A'

red 16 ◦ green 39 ◦ blue 154

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

Shades of Egyptian Blue #10279A

Tints of Egyptian Blue #10279A

RGB

 RED value IS 16 (6.64% from 255) = 7.66%

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 154 (60.55% from 255) = 73.68%

R = 7.66%
G = 18.66%
B = 73.68%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10279A (or 0x10279A) is known color: Egyptian Blue. HEX triplet: 10, 27 and 9A. RGB value is (16,39,154). Sum of RGB (Red+Green+Blue) = 16+39+154=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #10279A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10279A is #EFD865. Grayscale: #2C2C2C. Windows color (decimal): -15718502 or 10102544. OLE color: 10102544.

HSL color Cylindrical-coordinate representation of color #10279A: hue angle of 230º 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 #10279A is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 39 154 -
CMYK 0.90 0.75 0 0.40
HSL 230º 0.81% 0.33% -
HSV(B) 230º 0.9% 0.6% -
XYZ 6.77 3.89 30.97 -
YUV 45.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 16 39 154 0.90 0.75 0 0.40 230 0.81 0.33
Hex 10 27 9A 5A 4B 0 28 E6 51 21
Octal 20 47 232 132 113 0 50 346 121 41
Binary 10000 100111 10011010 1011010 1001011 0 101000 11100110 1010001 100001

Color Harmonies of #10279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10279A

Black with #10279A

Text Example


Text Example

White with #10279A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10279A;
 }
 .AnyTagClassName
 {
   color: #10279A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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