Html Css Color HEX #0A279D Egyptian Blue

📋 copy color: '#0A279D'

red 10 ◦ green 39 ◦ blue 157

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

Shades of Egyptian Blue #0A279D

Tints of Egyptian Blue #0A279D

RGB

 RED value IS 10 (4.3% from 255) = 4.85%

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

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 4.85%
G = 18.93%
B = 76.21%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A279D (or 0x0A279D) is known color: Egyptian Blue. HEX triplet: 0A, 27 and 9D. RGB value is (10,39,157). Sum of RGB (Red+Green+Blue) = 10+39+157=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A279D is #F5D862. Grayscale: #2B2B2B. Windows color (decimal): -16111715 or 10299146. OLE color: 10299146.

HSL color Cylindrical-coordinate representation of color #0A279D: hue angle of 228.16º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A279D is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 39 157 -
CMYK 0.94 0.75 0 0.38
HSL 228.16º 0.88% 0.33% -
HSV(B) 228.16º 0.94% 0.62% -
XYZ 6.94 3.95 32.3 -
YUV 43.78 191.89 103.91 -
System Red Green Blue C M Y K H S L
Decimal 10 39 157 0.94 0.75 0 0.38 228.16 0.88 0.33
Hex A 27 9D 5E 4B 0 26 E4 58 21
Octal 12 47 235 136 113 0 46 344 130 41
Binary 1010 100111 10011101 1011110 1001011 0 100110 11100100 1011000 100001

Color Harmonies of #0A279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A279D

Black with #0A279D

Text Example


Text Example

White with #0A279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A279D; }

 p { color: rgb(10,39,157); }

 H1.HeaderClassName
 {
   color: #0A279D;
 }
 .AnyTagClassName
 {
   color: #0A279D;
 }
</style>

background-color css

<style>
 a { background-color: #0A279D; }

 a { background-color: rgb(10,39,157); }

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

border-color css

<style>
 span { border-color: #0A279D; }

 span { border-color: rgb(10,39,157); }

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