Html Css Color HEX #0A28AA Egyptian Blue

📋 copy color: '#0A28AA'

red 10 ◦ green 40 ◦ blue 170

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

Shades of Egyptian Blue #0A28AA

Tints of Egyptian Blue #0A28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 170 (66.8% from 255) = 77.27%

R = 4.55%
G = 18.18%
B = 77.27%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A28AA (or 0x0A28AA) is known color: Egyptian Blue. HEX triplet: 0A, 28 and AA. RGB value is (10,40,170). Sum of RGB (Red+Green+Blue) = 10+40+170=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A28AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A28AA is #F5D755. Grayscale: #2D2D2D. Windows color (decimal): -16111446 or 11151370. OLE color: 11151370.

HSL color Cylindrical-coordinate representation of color #0A28AA: hue angle of 228.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A28AA is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 40 170 -
CMYK 0.94 0.76 0 0.33
HSL 228.75º 0.89% 0.35% -
HSV(B) 228.75º 0.94% 0.67% -
XYZ 8.14 4.48 38.47 -
YUV 45.85 198.06 102.43 -
System Red Green Blue C M Y K H S L
Decimal 10 40 170 0.94 0.76 0 0.33 228.75 0.89 0.35
Hex A 28 AA 5E 4C 0 21 E5 59 23
Octal 12 50 252 136 114 0 41 345 131 43
Binary 1010 101000 10101010 1011110 1001100 0 100001 11100101 1011001 100011

Color Harmonies of #0A28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A28AA

Black with #0A28AA

Text Example


Text Example

White with #0A28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,40,170); }

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

background-color css

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

 a { background-color: rgb(10,40,170); }

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

border-color css

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

 span { border-color: rgb(10,40,170); }

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