Html Css Color HEX #0A299F Egyptian Blue

📋 copy color: '#0A299F'

red 10 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #0A299F

Tints of Egyptian Blue #0A299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 159 (62.5% from 255) = 75.71%

R = 4.76%
G = 19.52%
B = 75.71%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A299F (or 0x0A299F) is known color: Egyptian Blue. HEX triplet: 0A, 29 and 9F. RGB value is (10,41,159). Sum of RGB (Red+Green+Blue) = 10+41+159=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A299F is #F5D660. Grayscale: #2C2C2C. Windows color (decimal): -16111201 or 10430730. OLE color: 10430730.

HSL color Cylindrical-coordinate representation of color #0A299F: hue angle of 227.52º 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 #0A299F is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 41 159 -
CMYK 0.94 0.74 0 0.38
HSL 227.52º 0.88% 0.33% -
HSV(B) 227.52º 0.94% 0.62% -
XYZ 7.18 4.15 33.22 -
YUV 45.18 192.23 102.91 -
System Red Green Blue C M Y K H S L
Decimal 10 41 159 0.94 0.74 0 0.38 227.52 0.88 0.33
Hex A 29 9F 5E 4A 0 26 E4 58 21
Octal 12 51 237 136 112 0 46 344 130 41
Binary 1010 101001 10011111 1011110 1001010 0 100110 11100100 1011000 100001

Color Harmonies of #0A299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A299F

Black with #0A299F

Text Example


Text Example

White with #0A299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,41,159); }

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

background-color css

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

 a { background-color: rgb(10,41,159); }

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

border-color css

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

 span { border-color: rgb(10,41,159); }

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